Home
last modified time | relevance | path

Searched refs:clear_flags_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.hpp146 class clear_flags_operation { class
149 clear_flags_operation(T& t) : t_(t) { } in clear_flags_operation() function in boost::iostreams::detail::clear_flags_operation
152 clear_flags_operation& operator=(const clear_flags_operation&);
157 clear_flags_operation<T> clear_flags(T& t) in clear_flags()
158 { return clear_flags_operation<T>(t); } in clear_flags()