Home
last modified time | relevance | path

Searched refs:has_second_argument_type (Results 1 – 25 of 38) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Dtypes.pass.cpp59 class has_second_argument_type class
76 static_assert((!has_second_argument_type<F>::value), "" ); in test_nullary_function()
85 static_assert((!has_second_argument_type<F>::value), "" ); in test_unary_function()
103 static_assert((!has_second_argument_type<F>::value), "" ); in test_other_function()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Dtypes.pass.cpp56 class has_second_argument_type class
73 static_assert((!has_second_argument_type<F>::value), "" ); in test_nullary_function()
82 static_assert((!has_second_argument_type<F>::value), "" ); in test_unary_function()
100 static_assert((!has_second_argument_type<F>::value), "" ); in test_other_function()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Dtypes.pass.cpp59 class has_second_argument_type class
78 static_assert((!has_second_argument_type<F>::value), "" ); in test_nullary_function()
89 static_assert((!has_second_argument_type<F>::value), "" ); in test_unary_function()
111 static_assert((!has_second_argument_type<F>::value), "" ); in test_other_function()
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Dtypes.pass.cpp56 class has_second_argument_type class
73 static_assert((!has_second_argument_type<F>::value), "" ); in test_nullary_function()
82 static_assert((!has_second_argument_type<F>::value), "" ); in test_unary_function()
100 static_assert((!has_second_argument_type<F>::value), "" ); in test_other_function()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Dtypes.pass.cpp59 class has_second_argument_type class
76 static_assert((!has_second_argument_type<F>::value), "" ); in test_nullary_function()
85 static_assert((!has_second_argument_type<F>::value), "" ); in test_unary_function()
103 static_assert((!has_second_argument_type<F>::value), "" ); in test_other_function()
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Dtypes.pass.cpp59 class has_second_argument_type class
76 static_assert((!has_second_argument_type<F>::value), "" ); in test_nullary_function()
85 static_assert((!has_second_argument_type<F>::value), "" ); in test_unary_function()
103 static_assert((!has_second_argument_type<F>::value), "" ); in test_other_function()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Dtypes.pass.cpp59 class has_second_argument_type class
78 static_assert((!has_second_argument_type<F>::value), "" ); in test_nullary_function()
89 static_assert((!has_second_argument_type<F>::value), "" ); in test_unary_function()
111 static_assert((!has_second_argument_type<F>::value), "" ); in test_other_function()
/dports/devel/libc++/libcxx-10.0.1.src/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Dtypes.pass.cpp56 class has_second_argument_type class
73 static_assert((!has_second_argument_type<F>::value), "" ); in test_nullary_function()
82 static_assert((!has_second_argument_type<F>::value), "" ); in test_unary_function()
100 static_assert((!has_second_argument_type<F>::value), "" ); in test_other_function()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Dtypes.pass.cpp59 class has_second_argument_type class
78 static_assert((!has_second_argument_type<F>::value), "" ); in test_nullary_function()
89 static_assert((!has_second_argument_type<F>::value), "" ); in test_unary_function()
111 static_assert((!has_second_argument_type<F>::value), "" ); in test_other_function()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Dtypes.pass.cpp59 class has_second_argument_type class
76 static_assert((!has_second_argument_type<F>::value), "" ); in test_nullary_function()
85 static_assert((!has_second_argument_type<F>::value), "" ); in test_unary_function()
103 static_assert((!has_second_argument_type<F>::value), "" ); in test_other_function()
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Dtypes.pass.cpp59 class has_second_argument_type in __anon87b6ea130502()
78 static_assert((!has_second_argument_type<F>::value), "" ); in void_test()
89 static_assert((!has_second_argument_type<F>::value), "" );
111 static_assert((!has_second_argument_type<F>::value), "" );
/dports/devel/boost-docs/boost_1_72_0/boost/log/detail/
H A Dfunction_traits.hpp51 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_second_argument_type, second_argument_type, false)
148 bool = has_second_argument_type< FunT >::value,
193 bool = has_second_argument_type< FunT >::value
/dports/devel/hyperscan/boost_1_75_0/boost/log/detail/
H A Dfunction_traits.hpp51 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_second_argument_type, second_argument_type, false)
148 bool = has_second_argument_type< FunT >::value,
193 bool = has_second_argument_type< FunT >::value
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/log/detail/
H A Dfunction_traits.hpp51 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_second_argument_type, second_argument_type, false)
148 bool = has_second_argument_type< FunT >::value,
193 bool = has_second_argument_type< FunT >::value
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/log/detail/
H A Dfunction_traits.hpp51 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_second_argument_type, second_argument_type, false) in format_element()
148 bool = has_second_argument_type< FunT >::value,
193 bool = has_second_argument_type< FunT >::value in make_pump()
/dports/databases/xtrabackup/boost_1_59_0/boost/log/detail/
H A Dfunction_traits.hpp51 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_second_argument_type, second_argument_type, false)
148 bool = has_second_argument_type< FunT >::value,
193 bool = has_second_argument_type< FunT >::value
/dports/databases/percona57-server/boost_1_59_0/boost/log/detail/
H A Dfunction_traits.hpp51 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_second_argument_type, second_argument_type, false)
148 bool = has_second_argument_type< FunT >::value,
193 bool = has_second_argument_type< FunT >::value
/dports/databases/percona57-client/boost_1_59_0/boost/log/detail/
H A Dfunction_traits.hpp51 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_second_argument_type, second_argument_type, false)
148 bool = has_second_argument_type< FunT >::value,
193 bool = has_second_argument_type< FunT >::value
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/log/detail/
H A Dfunction_traits.hpp51 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_second_argument_type, second_argument_type, false)
148 bool = has_second_argument_type< FunT >::value,
193 bool = has_second_argument_type< FunT >::value
/dports/devel/boost-libs/boost_1_72_0/boost/log/detail/
H A Dfunction_traits.hpp51 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_second_argument_type, second_argument_type, false)
148 bool = has_second_argument_type< FunT >::value,
193 bool = has_second_argument_type< FunT >::value
/dports/devel/boost-python-libs/boost_1_72_0/boost/log/detail/
H A Dfunction_traits.hpp51 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_second_argument_type, second_argument_type, false)
148 bool = has_second_argument_type< FunT >::value,
193 bool = has_second_argument_type< FunT >::value
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/log/detail/
H A Dfunction_traits.hpp51 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_second_argument_type, second_argument_type, false)
148 bool = has_second_argument_type< FunT >::value,
193 bool = has_second_argument_type< FunT >::value
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/log/detail/
H A Dfunction_traits.hpp51 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_second_argument_type, second_argument_type, false)
148 bool = has_second_argument_type< FunT >::value,
193 bool = has_second_argument_type< FunT >::value
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/log/detail/
H A Dfunction_traits.hpp51 BOOST_MPL_HAS_XXX_TRAIT_NAMED_DEF(has_second_argument_type, second_argument_type, false)
148 bool = has_second_argument_type< FunT >::value,
193 bool = has_second_argument_type< FunT >::value
/dports/devel/thrust/thrust-1.9.5/thrust/detail/type_traits/
H A Dfunction_traits.h48 __THRUST_DEFINE_HAS_NESTED_TYPE(has_second_argument_type, second_argument_type)
73 has_second_argument_type<T>

12