Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__functional/
H A Dbind.h39 struct is_placeholder global() struct
[all...]
/llvm-project/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.isplace/
H A Dspecialization.pass.cpp25 template<> struct std::is_placeholder<My2> : std::integral_constant<int, 2> {}; struct in std
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-bind.cpp226 template<typename T> struct is_placeholder { struct
227 static const int value = 0;
335 struct is_placeholder<placeholder<N>> { struct
336 static const int value = N;