Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__pstl/
H A Ddispatch.h30 constexpr bool __is_implemented_v = false; variable
33 constexpr bool __is_implemented_v<_Algorithm, variable
54 : _If<__is_implemented_v<_Algorithm, _B1, _ExecutionPolicy>,