Home
last modified time | relevance | path

Searched defs:wrap_impl (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/
H A Dwrap_unwrap.hpp61 wrap_impl(const T& t, mpl::true_) { return boost::ref(const_cast<T&>(t)); } in wrap_impl() function
65 wrap_impl(T& t, mpl::true_) { return boost::ref(t); } in wrap_impl() function
69 wrap_impl(const T& t, mpl::false_) { return t; } in wrap_impl() function
73 wrap_impl(T& t, mpl::false_) { return t; } in wrap_impl() function