Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__type_traits/
H A Dconjunction.h50 struct conjunction : true_type {}; global() struct
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-constraints.cpp231 std::enable_if_t<Traits<T>::value1 && Traits<T>::value2> conjunction() { in conjunction() function