Searched defs:remove_value_const (Results 1 – 1 of 1) sorted by relevance
108 struct remove_value_const struct110 typedef T type;114 struct remove_value_const<T const> struct119 struct remove_value_const<std::pair<F, S> > struct121 typedef typename remove_value_const<F>::type first_type;122 typedef typename remove_value_const<S>::type second_type;123 typedef std::pair<first_type, second_type> type;