Searched defs:space_sign (Results 1 – 2 of 2) sorted by relevance
114 template<> constexpr char space_sign<char> () {return ' '; } in space_sign() function115 template<> constexpr wchar_t space_sign<wchar_t> () {return L' '; } in space_sign() function
749 TEST(format_test, space_sign) { in TEST() argument