Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
D_istream.c64 struct _Is_wspace_null { struct
70 _Is_wspace_null(const ctype<argument_type>* __c_type) : _M_ctype(__c_type) {} in _Is_wspace_null() function
71 bool operator()(argument_type __c) const { in operator()