MOS Source Code
Loading...
Searching...
No Matches
formatter.hpp File Reference
#include <cstddef>
#include <limits>
#include <mos/type_utils.hpp>
#include <tuple>
#include <type_traits>
Include dependency graph for formatter.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Specifier
struct  FormatImpl
struct  FormatImpl::Formatter< __spec >
struct  FormatImpl::is_formatter< T >
struct  FormatImpl::is_formatter< Formatter< c > >
struct  FormatImpl::formatted_string

Namespaces

namespace  mos

Macros

#define formatted_type(literal)

Macro Definition Documentation

◆ formatted_type

#define formatted_type ( literal)
Value:
[]() \
{ \
{ \
static consteval auto string_value() \
{ \
return ::mos::string_literal{ literal }; \
} \
}; \
return M{}; \
}()

Definition at line 438 of file formatter.hpp.