Home
last modified time | relevance | path

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

/third_party/boost/boost/iostreams/detail/adapter/
Ddirect_adapter.hpp73 class direct_adapter : private direct_adapter_base<Direct> { class
87 direct_adapter(const Direct& d) : base_type(d) { } in direct_adapter() function in boost::iostreams::detail::direct_adapter
88 direct_adapter(const direct_adapter& d) : base_type(d) { } in direct_adapter() function in boost::iostreams::detail::direct_adapter
99 direct_adapter(const U& u) in direct_adapter() function in boost::iostreams::detail::direct_adapter