Home
last modified time | relevance | path

Searched defs:uncvref_t (Results 1 – 2 of 2) 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/single_include/nlohmann/
Djson.hpp2682 using uncvref_t = typename std::remove_cv<typename std::remove_reference<T>::type>::type; typedef