Lines Matching refs:traits
208 template <class T, class charT = char, class traits = char_traits<charT>, class Distance = ptrdiff_…
214 typedef traits traits_type;
215 typedef basic_istream<charT,traits> istream_type;
228 template <class T, class charT, class traits, class Distance>
229 bool operator==(const istream_iterator<T,charT,traits,Distance>& x,
230 const istream_iterator<T,charT,traits,Distance>& y);
231 template <class T, class charT, class traits, class Distance>
232 bool operator!=(const istream_iterator<T,charT,traits,Distance>& x,
233 const istream_iterator<T,charT,traits,Distance>& y);
235 template <class T, class charT = char, class traits = char_traits<charT> >
241 typedef traits traits_type;
242 typedef basic_ostream<charT,traits> ostream_type;
255 template<class charT, class traits = char_traits<charT> >
258 typename traits::off_type, unspecified,
263 typedef traits traits_type;
264 typedef typename traits::int_type int_type;
265 typedef basic_streambuf<charT,traits> streambuf_type;
266 typedef basic_istream<charT,traits> istream_type;
281 template <class charT, class traits>
282 bool operator==(const istreambuf_iterator<charT,traits>& a,
283 const istreambuf_iterator<charT,traits>& b);
284 template <class charT, class traits>
285 bool operator!=(const istreambuf_iterator<charT,traits>& a,
286 const istreambuf_iterator<charT,traits>& b);
288 template <class charT, class traits = char_traits<charT> >
294 typedef traits traits_type;
295 typedef basic_streambuf<charT,traits> streambuf_type;
296 typedef basic_ostream<charT,traits> ostream_type;