Home
last modified time | relevance | path

Searched defs:build_optional (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/spirit/home/x3/support/traits/
Doptional_traits.hpp35 struct build_optional struct
37 typedef boost::optional<T> type;
41 struct build_optional<boost::optional<T> > struct
43 typedef boost::optional<T> type;
47 struct build_optional<unused_type> struct
49 typedef unused_type type;
/third_party/boost/boost/spirit/home/support/
Dattributes.hpp640 struct build_optional struct
642 typedef boost::optional<T> type;
646 struct build_optional<boost::optional<T> > struct
648 typedef boost::optional<T> type;
652 struct build_optional<unused_type> struct
654 typedef unused_type type;
/third_party/boost/boost/spirit/home/support/utree/
Dutree_traits.hpp782 struct build_optional<utree> struct
784 typedef utree type;
788 struct build_optional<utree::list_type> struct
790 typedef utree::list_type type;