cppx-core
Functions
cppx::cstdlib Namespace Reference

Functions

template<class Char , class = Enable_if_< is_a_cpp03_char_type_<Char> or is_a_char_variant_type_<Char> >>
auto is_space (const Char ch) -> Truth
 
template<>
auto is_space< wchar_t > (const wchar_t ch) -> Truth
 

Function Documentation

◆ is_space()

template<class Char , class = Enable_if_< is_a_cpp03_char_type_<Char> or is_a_char_variant_type_<Char> >>
auto cppx::cstdlib::is_space ( const Char  ch) -> Truth
inline

Definition at line 26 of file ascii-util.hpp.

◆ is_space< wchar_t >()

template<>
auto cppx::cstdlib::is_space< wchar_t > ( const wchar_t  ch) -> Truth
inline

Definition at line 31 of file ascii-util.hpp.