Home
last modified time | relevance | path

Searched refs:std_traits (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/iostreams/detail/streambuf/
Dchainbuf.hpp81 typedef BOOST_IOSTREAMS_CHAR_TRAITS(char_type) std_traits; typedef in boost::iostreams::detail::chainbuf
84 translate(typename std_traits::int_type c) in translate()
85 { return translate_int_type<std_traits, chain_traits>(c); } in translate()