Home
last modified time | relevance | path

Searched refs:reset_operation (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 Dfunctional.hpp131 class reset_operation { class
133 reset_operation(T& t) : t_(t) { } in reset_operation() function in boost::iostreams::detail::reset_operation
136 reset_operation& operator=(const reset_operation&);
141 reset_operation<T> call_reset(T& t) { return reset_operation<T>(t); } in call_reset()