Home
last modified time | relevance | path

Searched defs:optional_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 Dcontainer.hpp261 optional_value(T const& val) in optional_value() function
266 inline unused_type optional_value(unused_type) in optional_value() function
536 struct optional_value struct
538 typedef T type;
542 struct optional_value<boost::optional<T> > struct
544 typedef T type;
548 struct optional_value<boost::optional<T> const> struct
550 typedef T const type;
554 struct optional_value<unused_type> struct
556 typedef unused_type type;
[all …]