Home
last modified time | relevance | path

Searched refs:and_c (Results 1 – 25 of 70) sorted by relevance

123

/dports/devel/boost-docs/boost_1_72_0/boost/hof/detail/
H A Dand.hpp17 constexpr bool and_c() in and_c() function
23 constexpr bool and_c(bool b, Ts... bs) in and_c() function
25 return b && and_c(bs...); in and_c()
43 #define BOOST_HOF_AND_UNPACK(Bs) (boost::hof::detail::and_c(Bs...))
/dports/devel/hyperscan/boost_1_75_0/boost/hof/detail/
H A Dand.hpp17 constexpr bool and_c() in and_c() function
23 constexpr bool and_c(bool b, Ts... bs) in and_c() function
25 return b && and_c(bs...); in and_c()
43 #define BOOST_HOF_AND_UNPACK(Bs) (boost::hof::detail::and_c(Bs...))
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/hof/detail/
H A Dand.hpp17 constexpr bool and_c() in and_c() function
23 constexpr bool and_c(bool b, Ts... bs) in and_c() function
25 return b && and_c(bs...); in and_c()
43 #define BOOST_HOF_AND_UNPACK(Bs) (boost::hof::detail::and_c(Bs...))
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/hof/detail/
H A Dand.hpp17 constexpr bool and_c() in and_c() function
23 constexpr bool and_c(bool b, Ts... bs) in and_c() function
25 return b && and_c(bs...); in and_c()
43 #define BOOST_HOF_AND_UNPACK(Bs) (boost::hof::detail::and_c(Bs...))
/dports/devel/boost-libs/boost_1_72_0/boost/hof/detail/
H A Dand.hpp17 constexpr bool and_c() in and_c() function
23 constexpr bool and_c(bool b, Ts... bs) in and_c() function
25 return b && and_c(bs...); in and_c()
43 #define BOOST_HOF_AND_UNPACK(Bs) (boost::hof::detail::and_c(Bs...))
/dports/devel/boost-python-libs/boost_1_72_0/boost/hof/detail/
H A Dand.hpp17 constexpr bool and_c() in and_c() function
23 constexpr bool and_c(bool b, Ts... bs) in and_c() function
25 return b && and_c(bs...); in and_c()
43 #define BOOST_HOF_AND_UNPACK(Bs) (boost::hof::detail::and_c(Bs...))
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/hof/detail/
H A Dand.hpp17 constexpr bool and_c()
23 constexpr bool and_c(bool b, Ts... bs)
25 return b && and_c(bs...);
43 #define BOOST_HOF_AND_UNPACK(Bs) (boost::hof::detail::and_c(Bs...))
/dports/devel/p5-Reflex/Reflex-0.100/eg/ttl/Ttl/
H A DTriAnd.pm28 watches and_c => ( isa => 'Ttl::And', handles => { c => 'b' } );
34 $self->and_c( Ttl::And->new() );
39 $self->and_c->a($args->{value});
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/range-v3/include/range/v3/utility/
H A Dcommon_tuple.hpp69 meta::and_c<META_IS_CONSTRUCTIBLE(Ts, in args_()
79 meta::and_c<std::is_assignable<Ts &, Us>::value...>::value,
118 meta::and_c<std::is_nothrow_default_constructible<Ts>::value...>::value) in CPP_ctor()
141 noexcept(meta::and_c<
150 meta::and_c<std::is_nothrow_constructible<Ts, Us>::value...>::value) //
165 noexcept(meta::and_c<
193 meta::and_c<std::is_nothrow_assignable<Ts &, Us &>::value...>::value)
213 meta::and_c<std::is_nothrow_assignable<Ts &, Us>::value...>::value)
234 noexcept(meta::and_c<
256 meta::and_c<std::is_nothrow_constructible<Us, Ts &>::value...>::value)
[all …]
/dports/devel/range-v3/range-v3-0.11.0/include/range/v3/utility/
H A Dcommon_tuple.hpp69 meta::and_c<META_IS_CONSTRUCTIBLE(Ts, in args_()
79 meta::and_c<std::is_assignable<Ts &, Us>::value...>::value,
118 meta::and_c<std::is_nothrow_default_constructible<Ts>::value...>::value) in CPP_ctor()
141 noexcept(meta::and_c<
150 meta::and_c<std::is_nothrow_constructible<Ts, Us>::value...>::value) //
165 noexcept(meta::and_c<
193 meta::and_c<std::is_nothrow_assignable<Ts &, Us &>::value...>::value)
213 meta::and_c<std::is_nothrow_assignable<Ts &, Us>::value...>::value)
234 noexcept(meta::and_c<
256 meta::and_c<std::is_nothrow_constructible<Us, Ts &>::value...>::value)
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-alias1.C5 template <bool... Bools> using and_c = B<bool, +Bools...>; variable
9 typename = and_c<Constructible<Ts, Us>{}...> >
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-alias1.C5 template <bool... Bools> using and_c = B<bool, +Bools...>; variable
9 typename = and_c<Constructible<Ts, Us>{}...> >
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-alias1.C5 template <bool... Bools> using and_c = B<bool, +Bools...>; variable
9 typename = and_c<Constructible<Ts, Us>{}...> >
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-alias1.C5 template <bool... Bools> using and_c = B<bool, +Bools...>; variable
9 typename = and_c<Constructible<Ts, Us>{}...> >
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-alias1.C5 template <bool... Bools> using and_c = B<bool, +Bools...>; variable
9 typename = and_c<Constructible<Ts, Us>{}...> >
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-alias1.C5 template <bool... Bools> using and_c = B<bool, +Bools...>; variable
9 typename = and_c<Constructible<Ts, Us>{}...> >
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-alias1.C5 template <bool... Bools> using and_c = B<bool, +Bools...>; variable
9 typename = and_c<Constructible<Ts, Us>{}...> >
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-alias1.C5 template <bool... Bools> using and_c = B<bool, +Bools...>; variable
9 typename = and_c<Constructible<Ts, Us>{}...> >
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-alias1.C5 template <bool... Bools> using and_c = B<bool, +Bools...>; variable
9 typename = and_c<Constructible<Ts, Us>{}...> >
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-alias1.C5 template <bool... Bools> using and_c = B<bool, +Bools...>; variable
9 typename = and_c<Constructible<Ts, Us>{}...> >
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-alias1.C5 template <bool... Bools> using and_c = B<bool, +Bools...>; variable
9 typename = and_c<Constructible<Ts, Us>{}...> >
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-alias1.C5 template <bool... Bools> using and_c = B<bool, +Bools...>; variable
9 typename = and_c<Constructible<Ts, Us>{}...> >
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-alias1.C5 template <bool... Bools> using and_c = B<bool, +Bools...>; variable
9 typename = and_c<Constructible<Ts, Us>{}...> >
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-alias1.C5 template <bool... Bools> using and_c = B<bool, +Bools...>; variable
9 typename = and_c<Constructible<Ts, Us>{}...> >
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic-alias1.C5 template <bool... Bools> using and_c = B<bool, +Bools...>; variable
9 typename = and_c<Constructible<Ts, Us>{}...> >

123