tagval 0.2.0
Modern C++23 header-only library of tagged values (open/closed enumerations with metadata)
Loading...
Searching...
No Matches
format.hpp File Reference

std::formatter partial specialization — formats any tagval value as its code(). More...

#include <tagval/base.hpp>
#include <concepts>
#include <format>
#include <ranges>
+ Include dependency graph for format.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  std::formatter< T, char >
 

Detailed Description

std::formatter partial specialization — formats any tagval value as its code().

Supports only the empty format spec ("{}"). The output is value.code().