Home
last modified time | relevance | path

Searched defs:__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