static inline void assign(char_type& __c1, const char_type& __c2) { __c1 = __c2; } static inline bool eq(char_type __c1, char_type __c2) { return __c1 == __c2 ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results