Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Duses_allocator_construction.h35 inline constexpr bool __is_std_pair = false; variable
38 inline constexpr bool __is_std_pair<pair<_Type1, _Type2>> = true; variable
41 inline constexpr bool __is_cv_std_pair = __is_std_pair<remove_cv_t<_Tp>>;