Searched defs:quote_sign (Results 1 – 1 of 1) sorted by relevance
110 template<> constexpr char quote_sign<char> () {return '"'; } in quote_sign() function111 template<> constexpr wchar_t quote_sign<wchar_t> () {return L'"'; } in quote_sign() function