Searched defs:clear_value (Results 1 – 1 of 1) sorted by relevance
1141 struct clear_value struct1143 static void call(T& val) in call()1151 struct clear_value<boost::optional<T> > struct1153 static void call(boost::optional<T>& val) in call()1162 struct clear_value<variant<BOOST_VARIANT_ENUM_PARAMS(T)> > struct1164 static void call(variant<BOOST_VARIANT_ENUM_PARAMS(T)>& val) in call()1172 struct clear_value<iterator_range<T> > struct1174 static void call(iterator_range<T>& val) in call()