Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
D_string.c59 struct _Not_within_traits : public unary_function<typename _Traits::char_type, bool> { struct
64 _Not_within_traits(const _CharT* __f, const _CharT* __l) in _Not_within_traits() argument
67 bool operator()(const _CharT& __x) const { in operator()