Home
last modified time | relevance | path

Searched defs:remove_cvref (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLForwardCompat.h30 struct remove_cvref // NOLINT(readability-identifier-naming) struct
37 = typename llvm::remove_cvref<T>::type; argument
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dremove_cvref.h36 struct remove_cvref { struct
37 using type _LIBCPP_NODEBUG = __remove_cvref_t<_Tp>; argument