Searched defs:space_sign (Results 1 – 1 of 1) 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