Home
last modified time | relevance | path

Searched defs:remove_const_t (Results 1 – 3 of 3) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/include/__type_traits/
Dremove_const.h37 template <class _Tp> using remove_const_t = __remove_const_t<_Tp>; variable
/external/armnn/third-party/fmt/
Dcore.h258 using remove_const_t = typename std::remove_const<T>::type; variable
/external/fmtlib/include/fmt/
Dcore.h266 using remove_const_t = typename std::remove_const<T>::type; variable