Home
last modified time | relevance | path

Searched refs:uncvref_t (Results 1 – 3 of 3) sorted by relevance

/third_party/json/include/nlohmann/detail/meta/
Dcpp_future.hpp15 using uncvref_t = typename std::remove_cv<typename std::remove_reference<T>::type>::type; typedef
/third_party/json/include/nlohmann/
Djson.hpp1436 typename U = detail::uncvref_t<CompatibleType>,
2915 template < typename ValueTypeCV, typename ValueType = detail::uncvref_t<ValueTypeCV>,
2968 template < typename ValueTypeCV, typename ValueType = detail::uncvref_t<ValueTypeCV>,
/third_party/json/single_include/nlohmann/
Djson.hpp2682 using uncvref_t = typename std::remove_cv<typename std::remove_reference<T>::type>::type; typedef
17924 typename U = detail::uncvref_t<CompatibleType>,
19403 template < typename ValueTypeCV, typename ValueType = detail::uncvref_t<ValueTypeCV>,
19456 template < typename ValueTypeCV, typename ValueType = detail::uncvref_t<ValueTypeCV>,