Home
last modified time | relevance | path

Searched refs:remove_value_const (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/spirit/home/x3/support/traits/
Dcontainer_traits.hpp57 struct remove_value_const : mpl::identity<T> {}; struct
60 struct remove_value_const<T const> : remove_value_const<T> {}; struct
63 struct remove_value_const<std::pair<F, S>> struct
65 typedef typename remove_value_const<F>::type first_type; argument
66 typedef typename remove_value_const<S>::type second_type; argument
74 : detail::remove_value_const<typename Container::value_type>
/third_party/boost/boost/spirit/home/support/
Dcontainer.hpp108 struct remove_value_const struct
114 struct remove_value_const<T const> struct
115 : remove_value_const<T>
119 struct remove_value_const<std::pair<F, S> > struct
121 typedef typename remove_value_const<F>::type first_type; argument
122 typedef typename remove_value_const<S>::type second_type; argument
131 : detail::remove_value_const<typename Container::value_type>