Home
last modified time | relevance | path

Searched defs:clear_value (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/spirit/home/support/
H A Dattributes.hpp1141 struct clear_value struct
1143 static void call(T& val) in call()
1151 struct clear_value<boost::optional<T> > struct
1153 static void call(boost::optional<T>& val) in call()
1162 struct clear_value<variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct
1164 static void call(variant<BOOST_VARIANT_ENUM_PARAMS(T)>& val) in call()
1172 struct clear_value<iterator_range<T> > struct
1174 static void call(iterator_range<T>& val) in call()