Searched defs:_Eq_char_bound (Results 1 – 1 of 1) sorted by relevance
43 struct _Eq_char_bound struct46 _Eq_char_bound(typename _Traits::char_type __c) : __val(__c) {} in _Eq_char_bound() argument47 bool operator()(const typename _Traits::char_type& __x) const in operator()