Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__type_traits/
H A Dremove_const.h22 struct remove_const { struct
23 using type _LIBCPP_NODEBUG = __remove_const(_Tp); argument