Home
last modified time | relevance | path

Searched refs:__formatter_integer (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxx/include/__format/
H A Dformatter_integer.h34 struct _LIBCPP_TEMPLATE_VIS _LIBCPP_AVAILABILITY_FORMAT __formatter_integer { struct
64 : public __formatter_integer<_CharT> {}; argument
66 …ATE_VIS _LIBCPP_AVAILABILITY_FORMAT formatter<short, _CharT> : public __formatter_integer<_CharT> {
74 : public __formatter_integer<_CharT> {};
78 : public __formatter_integer<_CharT> {};
84 : public __formatter_integer<_CharT> {};
87 : public __formatter_integer<_CharT> {};
90 : public __formatter_integer<_CharT> {};
93 : public __formatter_integer<_CharT> {};
96 : public __formatter_integer<_CharT> {};
[all …]