Home
last modified time | relevance | path

Searched defs:resetter (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/
H A Drational.hpp880 struct resetter { struct
881 resetter(std::istream& is) : is_(is), f_(is.flags()) {} in resetter() argument
882 ~resetter() { is_.flags(f_); } in ~resetter()
883 std::istream& is_;
884 std::istream::fmtflags f_; // old GNU c++ lib has no ios_base