quill
detail::type_mapper< Char > Member List

This is the complete list of members for detail::type_mapper< Char >, including all inherited members.

map(signed char) -> int (defined in detail::type_mapper< Char >)detail::type_mapper< Char >static
map(unsigned char) -> unsigned (defined in detail::type_mapper< Char >)detail::type_mapper< Char >static
map(short) -> int (defined in detail::type_mapper< Char >)detail::type_mapper< Char >static
map(unsigned short) -> unsigned (defined in detail::type_mapper< Char >)detail::type_mapper< Char >static
map(int) -> int (defined in detail::type_mapper< Char >)detail::type_mapper< Char >static
map(unsigned) -> unsigned (defined in detail::type_mapper< Char >)detail::type_mapper< Char >static
map(long) -> long_type (defined in detail::type_mapper< Char >)detail::type_mapper< Char >static
map(unsigned long) -> ulong_type (defined in detail::type_mapper< Char >)detail::type_mapper< Char >static
map(long long) -> long long (defined in detail::type_mapper< Char >)detail::type_mapper< Char >static
map(unsigned long long) -> unsigned long long (defined in detail::type_mapper< Char >)detail::type_mapper< Char >static
map(int128_opt) -> int128_opt (defined in detail::type_mapper< Char >)detail::type_mapper< Char >static
map(uint128_opt) -> uint128_opt (defined in detail::type_mapper< Char >)detail::type_mapper< Char >static
map(bool) -> bool (defined in detail::type_mapper< Char >)detail::type_mapper< Char >static
map(bitint< N >) -> conditional_t< N<=64, long long, void > (defined in detail::type_mapper< Char >)detail::type_mapper< Char >static
map(ubitint< N >) -> conditional_t< N<=64, unsigned long long, void > (defined in detail::type_mapper< Char >)detail::type_mapper< Char >static
map(T) -> conditional_t< std::is_same< T, char >::value||std::is_same< T, Char >::value, Char, void > (defined in detail::type_mapper< Char >)detail::type_mapper< Char >static
map(float) -> float (defined in detail::type_mapper< Char >)detail::type_mapper< Char >static
map(double) -> double (defined in detail::type_mapper< Char >)detail::type_mapper< Char >static
map(long double) -> long double (defined in detail::type_mapper< Char >)detail::type_mapper< Char >static
map(Char *) -> const Char * (defined in detail::type_mapper< Char >)detail::type_mapper< Char >static
map(const Char *) -> const Char * (defined in detail::type_mapper< Char >)detail::type_mapper< Char >static
map(const T &) -> conditional_t< std::is_same< C, Char >::value, basic_string_view< C >, void > (defined in detail::type_mapper< Char >)detail::type_mapper< Char >static
map(void *) -> const void * (defined in detail::type_mapper< Char >)detail::type_mapper< Char >static
map(const void *) -> const void * (defined in detail::type_mapper< Char >)detail::type_mapper< Char >static
map(volatile void *) -> const void * (defined in detail::type_mapper< Char >)detail::type_mapper< Char >static
map(const volatile void *) -> const void * (defined in detail::type_mapper< Char >)detail::type_mapper< Char >static
map(nullptr_t) -> const void * (defined in detail::type_mapper< Char >)detail::type_mapper< Char >static
map(const T &) -> void (defined in detail::type_mapper< Char >)detail::type_mapper< Char >static
map(const T &x) -> decltype(map(format_as(x))) (defined in detail::type_mapper< Char >)detail::type_mapper< Char >static
map(const T &x) -> decltype(map(formatter< T >::format_as(x))) (defined in detail::type_mapper< Char >)detail::type_mapper< Char >static
map(T &) -> conditional_t< has_formatter< T, Char >(), T &, void > (defined in detail::type_mapper< Char >)detail::type_mapper< Char >static
map(const T &named_arg) -> decltype(map(named_arg.value)) (defined in detail::type_mapper< Char >)detail::type_mapper< Char >static