Searched refs:uncvref_t (Results 1 – 4 of 4) sorted by relevance
15 using uncvref_t = typename std::remove_cv<typename std::remove_reference<T>::type>::type; typedef
58 `U = uncvref_t<CompatibleType>`, to be exact).136 …- `json_serializer<U>` (with `U = uncvref_t<CompatibleType>`) has a `to_json(basic_json_t&, Compat…
1567 typename U = detail::uncvref_t<CompatibleType>,3203 template < typename ValueTypeCV, typename ValueType = detail::uncvref_t<ValueTypeCV>>
3045 using uncvref_t = typename std::remove_cv<typename std::remove_reference<T>::type>::type; typedef18968 typename U = detail::uncvref_t<CompatibleType>,20604 template < typename ValueTypeCV, typename ValueType = detail::uncvref_t<ValueTypeCV>>