Home
last modified time | relevance | path

Searched defs:space_sign (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/process/detail/
Dconfig.hpp114 template<> constexpr char space_sign<char> () {return ' '; } in space_sign() function
115 template<> constexpr wchar_t space_sign<wchar_t> () {return L' '; } in space_sign() function