Searched refs:remove_value_const (Results 1 – 2 of 2) sorted by relevance
57 struct remove_value_const : mpl::identity<T> {}; struct60 struct remove_value_const<T const> : remove_value_const<T> {}; struct63 struct remove_value_const<std::pair<F, S>> struct65 typedef typename remove_value_const<F>::type first_type; argument66 typedef typename remove_value_const<S>::type second_type; argument74 : detail::remove_value_const<typename Container::value_type>
108 struct remove_value_const struct114 struct remove_value_const<T const> struct115 : remove_value_const<T>119 struct remove_value_const<std::pair<F, S> > struct121 typedef typename remove_value_const<F>::type first_type; argument122 typedef typename remove_value_const<S>::type second_type; argument131 : detail::remove_value_const<typename Container::value_type>