Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
D_ctraits_fns.h52 struct _Neq_char_bound struct
56 _Neq_char_bound(typename _Traits::char_type __c) : __val(__c) {} in _Neq_char_bound() argument
57 bool operator()(const typename _Traits::char_type& __x) const in operator()