Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/adapter/
H A Dconcept_adapter.hpp38 class concept_adapter { class
65 explicit concept_adapter(const reference_wrapper<T>& ref) : t_(ref.get()) in concept_adapter() function in boost::iostreams::detail::concept_adapter
67 explicit concept_adapter(const T& t) : t_(t) in concept_adapter() function in boost::iostreams::detail::concept_adapter