Home
last modified time | relevance | path

Searched refs:device_close_all_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.hpp75 class device_close_all_operation { class
78 device_close_all_operation(T& t) : t_(t) { } in device_close_all_operation() function in boost::iostreams::detail::device_close_all_operation
81 device_close_all_operation& operator=(const device_close_all_operation&);
98 device_close_all_operation<T> call_close_all(T& t) in call_close_all()
99 { return device_close_all_operation<T>(t); } in call_close_all()