Home
last modified time | relevance | path

Searched refs:is_placeholder (Results 1 – 25 of 1878) sorted by relevance

12345678910>>...76

/dports/devel/R-cran-BH/BH/inst/include/boost/bind/
H A Dstd_placeholders.hpp25 template<> struct is_placeholder< typename std::decay<decltype(std::placeholders::_1)>::type > { en… argument
26 template<> struct is_placeholder< typename std::decay<decltype(std::placeholders::_2)>::type > { en… argument
27 template<> struct is_placeholder< typename std::decay<decltype(std::placeholders::_3)>::type > { en… struct
28 template<> struct is_placeholder< typename std::decay<decltype(std::placeholders::_4)>::type > { en… struct
29 template<> struct is_placeholder< typename std::decay<decltype(std::placeholders::_5)>::type > { en… argument
30 template<> struct is_placeholder< typename std::decay<decltype(std::placeholders::_6)>::type > { en… argument
31 template<> struct is_placeholder< typename std::decay<decltype(std::placeholders::_7)>::type > { en… argument
32 template<> struct is_placeholder< typename std::decay<decltype(std::placeholders::_8)>::type > { en… struct
33 template<> struct is_placeholder< typename std::decay<decltype(std::placeholders::_9)>::type > { en… struct
/dports/devel/boost-docs/boost_1_72_0/libs/type_erasure/test/
H A Dtest_is_placeholder.cpp27 BOOST_MPL_ASSERT((is_placeholder<a_placeholder>));
28 BOOST_MPL_ASSERT_NOT((is_placeholder<not_placeholder>));
29 BOOST_MPL_ASSERT_NOT((is_placeholder<incomplete>));
30 BOOST_MPL_ASSERT_NOT((is_placeholder<int>));
31 BOOST_MPL_ASSERT_NOT((is_placeholder<void>));
32 BOOST_MPL_ASSERT((is_placeholder<t_placeholder<int> >));
33 BOOST_MPL_ASSERT_NOT((is_placeholder<t_incomplete<int> >));
/dports/devel/hpx/hpx-1.2.1/hpx/traits/
H A Dis_placeholder.hpp23 struct is_placeholder struct
27 std::is_placeholder<T>::value != 0
28 ? std::is_placeholder<T>::value
29 : boost::is_placeholder<T>::value
32 : boost::is_placeholder<T>
37 struct is_placeholder<T const> struct
38 : is_placeholder<T>
/dports/devel/boost-libs/boost_1_72_0/libs/type_erasure/test/
H A Dtest_is_placeholder.cpp27 BOOST_MPL_ASSERT((is_placeholder<a_placeholder>));
28 BOOST_MPL_ASSERT_NOT((is_placeholder<not_placeholder>));
29 BOOST_MPL_ASSERT_NOT((is_placeholder<incomplete>));
30 BOOST_MPL_ASSERT_NOT((is_placeholder<int>));
31 BOOST_MPL_ASSERT_NOT((is_placeholder<void>));
32 BOOST_MPL_ASSERT((is_placeholder<t_placeholder<int> >));
33 BOOST_MPL_ASSERT_NOT((is_placeholder<t_incomplete<int> >));
/dports/devel/boost-python-libs/boost_1_72_0/libs/type_erasure/test/
H A Dtest_is_placeholder.cpp27 BOOST_MPL_ASSERT((is_placeholder<a_placeholder>));
28 BOOST_MPL_ASSERT_NOT((is_placeholder<not_placeholder>));
29 BOOST_MPL_ASSERT_NOT((is_placeholder<incomplete>));
30 BOOST_MPL_ASSERT_NOT((is_placeholder<int>));
31 BOOST_MPL_ASSERT_NOT((is_placeholder<void>));
32 BOOST_MPL_ASSERT((is_placeholder<t_placeholder<int> >));
33 BOOST_MPL_ASSERT_NOT((is_placeholder<t_incomplete<int> >));
/dports/devel/hyperscan/boost_1_75_0/libs/type_erasure/test/
H A Dtest_is_placeholder.cpp27 BOOST_MPL_ASSERT((is_placeholder<a_placeholder>));
28 BOOST_MPL_ASSERT_NOT((is_placeholder<not_placeholder>));
29 BOOST_MPL_ASSERT_NOT((is_placeholder<incomplete>));
30 BOOST_MPL_ASSERT_NOT((is_placeholder<int>));
31 BOOST_MPL_ASSERT_NOT((is_placeholder<void>));
32 BOOST_MPL_ASSERT((is_placeholder<t_placeholder<int> >));
33 BOOST_MPL_ASSERT_NOT((is_placeholder<t_incomplete<int> >));
/dports/devel/boost-docs/boost_1_72_0/libs/mpl/test/
H A Dis_placeholder.cpp23 { MPL_ASSERT(( is_placeholder< \
30 MPL_ASSERT_NOT(( is_placeholder<int> )); in MPL_TEST_CASE()
31 MPL_ASSERT_NOT(( is_placeholder<UDT> )); in MPL_TEST_CASE()
32 MPL_ASSERT_NOT(( is_placeholder<incomplete> )); in MPL_TEST_CASE()
33 MPL_ASSERT_NOT(( is_placeholder<abstract> )); in MPL_TEST_CASE()
34 MPL_ASSERT_NOT(( is_placeholder<noncopyable> )); in MPL_TEST_CASE()
35 MPL_ASSERT(( is_placeholder<_> )); in MPL_TEST_CASE()
/dports/devel/boost-python-libs/boost_1_72_0/libs/mpl/test/
H A Dis_placeholder.cpp23 { MPL_ASSERT(( is_placeholder< \
30 MPL_ASSERT_NOT(( is_placeholder<int> )); in MPL_TEST_CASE()
31 MPL_ASSERT_NOT(( is_placeholder<UDT> )); in MPL_TEST_CASE()
32 MPL_ASSERT_NOT(( is_placeholder<incomplete> )); in MPL_TEST_CASE()
33 MPL_ASSERT_NOT(( is_placeholder<abstract> )); in MPL_TEST_CASE()
34 MPL_ASSERT_NOT(( is_placeholder<noncopyable> )); in MPL_TEST_CASE()
35 MPL_ASSERT(( is_placeholder<_> )); in MPL_TEST_CASE()
/dports/databases/xtrabackup/boost_1_59_0/libs/mpl/test/
H A Dis_placeholder.cpp23 { MPL_ASSERT(( is_placeholder< \
30 MPL_ASSERT_NOT(( is_placeholder<int> )); in MPL_TEST_CASE()
31 MPL_ASSERT_NOT(( is_placeholder<UDT> )); in MPL_TEST_CASE()
32 MPL_ASSERT_NOT(( is_placeholder<incomplete> )); in MPL_TEST_CASE()
33 MPL_ASSERT_NOT(( is_placeholder<abstract> )); in MPL_TEST_CASE()
34 MPL_ASSERT_NOT(( is_placeholder<noncopyable> )); in MPL_TEST_CASE()
35 MPL_ASSERT(( is_placeholder<_> )); in MPL_TEST_CASE()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/mpl/test/
H A Dis_placeholder.cpp23 { MPL_ASSERT(( is_placeholder< \
30 MPL_ASSERT_NOT(( is_placeholder<int> )); in MPL_TEST_CASE()
31 MPL_ASSERT_NOT(( is_placeholder<UDT> )); in MPL_TEST_CASE()
32 MPL_ASSERT_NOT(( is_placeholder<incomplete> )); in MPL_TEST_CASE()
33 MPL_ASSERT_NOT(( is_placeholder<abstract> )); in MPL_TEST_CASE()
34 MPL_ASSERT_NOT(( is_placeholder<noncopyable> )); in MPL_TEST_CASE()
35 MPL_ASSERT(( is_placeholder<_> )); in MPL_TEST_CASE()
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/mpl/test/
H A Dis_placeholder.cpp23 { MPL_ASSERT(( is_placeholder< \
30 MPL_ASSERT_NOT(( is_placeholder<int> )); in MPL_TEST_CASE()
31 MPL_ASSERT_NOT(( is_placeholder<UDT> )); in MPL_TEST_CASE()
32 MPL_ASSERT_NOT(( is_placeholder<incomplete> )); in MPL_TEST_CASE()
33 MPL_ASSERT_NOT(( is_placeholder<abstract> )); in MPL_TEST_CASE()
34 MPL_ASSERT_NOT(( is_placeholder<noncopyable> )); in MPL_TEST_CASE()
35 MPL_ASSERT(( is_placeholder<_> )); in MPL_TEST_CASE()
/dports/databases/percona57-server/boost_1_59_0/libs/mpl/test/
H A Dis_placeholder.cpp23 { MPL_ASSERT(( is_placeholder< \
30 MPL_ASSERT_NOT(( is_placeholder<int> )); in MPL_TEST_CASE()
31 MPL_ASSERT_NOT(( is_placeholder<UDT> )); in MPL_TEST_CASE()
32 MPL_ASSERT_NOT(( is_placeholder<incomplete> )); in MPL_TEST_CASE()
33 MPL_ASSERT_NOT(( is_placeholder<abstract> )); in MPL_TEST_CASE()
34 MPL_ASSERT_NOT(( is_placeholder<noncopyable> )); in MPL_TEST_CASE()
35 MPL_ASSERT(( is_placeholder<_> )); in MPL_TEST_CASE()
/dports/databases/percona57-client/boost_1_59_0/libs/mpl/test/
H A Dis_placeholder.cpp23 { MPL_ASSERT(( is_placeholder< \
30 MPL_ASSERT_NOT(( is_placeholder<int> )); in MPL_TEST_CASE()
31 MPL_ASSERT_NOT(( is_placeholder<UDT> )); in MPL_TEST_CASE()
32 MPL_ASSERT_NOT(( is_placeholder<incomplete> )); in MPL_TEST_CASE()
33 MPL_ASSERT_NOT(( is_placeholder<abstract> )); in MPL_TEST_CASE()
34 MPL_ASSERT_NOT(( is_placeholder<noncopyable> )); in MPL_TEST_CASE()
35 MPL_ASSERT(( is_placeholder<_> )); in MPL_TEST_CASE()
/dports/devel/boost-libs/boost_1_72_0/libs/mpl/test/
H A Dis_placeholder.cpp23 { MPL_ASSERT(( is_placeholder< \
30 MPL_ASSERT_NOT(( is_placeholder<int> )); in MPL_TEST_CASE()
31 MPL_ASSERT_NOT(( is_placeholder<UDT> )); in MPL_TEST_CASE()
32 MPL_ASSERT_NOT(( is_placeholder<incomplete> )); in MPL_TEST_CASE()
33 MPL_ASSERT_NOT(( is_placeholder<abstract> )); in MPL_TEST_CASE()
34 MPL_ASSERT_NOT(( is_placeholder<noncopyable> )); in MPL_TEST_CASE()
35 MPL_ASSERT(( is_placeholder<_> )); in MPL_TEST_CASE()
/dports/devel/hyperscan/boost_1_75_0/libs/mpl/test/
H A Dis_placeholder.cpp23 { MPL_ASSERT(( is_placeholder< \
30 MPL_ASSERT_NOT(( is_placeholder<int> )); in MPL_TEST_CASE()
31 MPL_ASSERT_NOT(( is_placeholder<UDT> )); in MPL_TEST_CASE()
32 MPL_ASSERT_NOT(( is_placeholder<incomplete> )); in MPL_TEST_CASE()
33 MPL_ASSERT_NOT(( is_placeholder<abstract> )); in MPL_TEST_CASE()
34 MPL_ASSERT_NOT(( is_placeholder<noncopyable> )); in MPL_TEST_CASE()
35 MPL_ASSERT(( is_placeholder<_> )); in MPL_TEST_CASE()
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Dplaceholder_ctrl.h32 bool is_placeholder; ///< Should the value be cleared on focus? variable
45 if (is_placeholder) { in OnSetFocus()
66 , is_placeholder(true) in Placeholder()
82 is_placeholder = true; in ChangeValue()
87 is_placeholder = false; in ChangeValue()
99 if (is_placeholder && !this->HasFocus()) in GetValue()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_expand/src/
H A Dplaceholders.rs117 is_placeholder: true, in placeholder()
126 is_placeholder: true, in placeholder()
135 is_placeholder: true, in placeholder()
153 is_placeholder: true, in placeholder()
162 is_placeholder: true, in placeholder()
172 is_placeholder: true, in placeholder()
195 if arm.is_placeholder {
203 if field.is_placeholder {
211 if fp.is_placeholder {
230 if p.is_placeholder {
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/beast/core/detail/
H A Dbind_handler.hpp49 std::is_placeholder<typename
51 boost::is_placeholder<typename
63 std::is_placeholder<typename
66 std::is_placeholder<
71 return std::get<std::is_placeholder< in extract()
79 boost::is_placeholder<typename
82 boost::is_placeholder<
87 return std::get<boost::is_placeholder< in extract()
/dports/devel/boost-docs/boost_1_72_0/libs/fusion/example/cookbook/
H A Ddo_the_bind.cpp66 template <typename T> struct is_placeholder : mpl::false_ { }; struct
67 template <int I> struct is_placeholder< placeholder<I> > : mpl::true_ { }; struct
68 template <int I> struct is_placeholder< placeholder<I> & > : mpl::true_ { }; struct
69 template <int I> struct is_placeholder< placeholder<I> const > : mpl::true_ { }; struct
70 template <int I> struct is_placeholder< placeholder<I> const & > : mpl::true_ { }; struct
103 : mpl::eval_if< is_placeholder<T>,
165 template <class X> struct apply : is_placeholder<X> { };
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/fusion/example/cookbook/
H A Ddo_the_bind.cpp66 template <typename T> struct is_placeholder : mpl::false_ { }; struct
67 template <int I> struct is_placeholder< placeholder<I> > : mpl::true_ { }; struct
68 template <int I> struct is_placeholder< placeholder<I> & > : mpl::true_ { }; struct
69 template <int I> struct is_placeholder< placeholder<I> const > : mpl::true_ { }; struct
70 template <int I> struct is_placeholder< placeholder<I> const & > : mpl::true_ { }; struct
103 : mpl::eval_if< is_placeholder<T>,
165 template <class X> struct apply : is_placeholder<X> { };
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/fusion/example/cookbook/
H A Ddo_the_bind.cpp66 template <typename T> struct is_placeholder : mpl::false_ { }; struct
67 template <int I> struct is_placeholder< placeholder<I> > : mpl::true_ { }; struct
68 template <int I> struct is_placeholder< placeholder<I> & > : mpl::true_ { }; struct
69 template <int I> struct is_placeholder< placeholder<I> const > : mpl::true_ { }; struct
70 template <int I> struct is_placeholder< placeholder<I> const & > : mpl::true_ { }; struct
103 : mpl::eval_if< is_placeholder<T>,
165 template <class X> struct apply : is_placeholder<X> { };
/dports/databases/percona57-server/boost_1_59_0/libs/fusion/example/cookbook/
H A Ddo_the_bind.cpp66 template <typename T> struct is_placeholder : mpl::false_ { }; struct
67 template <int I> struct is_placeholder< placeholder<I> > : mpl::true_ { }; struct
68 template <int I> struct is_placeholder< placeholder<I> & > : mpl::true_ { }; struct
69 template <int I> struct is_placeholder< placeholder<I> const > : mpl::true_ { }; struct
70 template <int I> struct is_placeholder< placeholder<I> const & > : mpl::true_ { }; struct
103 : mpl::eval_if< is_placeholder<T>,
165 template <class X> struct apply : is_placeholder<X> { };
/dports/databases/xtrabackup/boost_1_59_0/libs/fusion/example/cookbook/
H A Ddo_the_bind.cpp66 template <typename T> struct is_placeholder : mpl::false_ { }; struct
67 template <int I> struct is_placeholder< placeholder<I> > : mpl::true_ { }; struct
68 template <int I> struct is_placeholder< placeholder<I> & > : mpl::true_ { }; struct
69 template <int I> struct is_placeholder< placeholder<I> const > : mpl::true_ { }; struct
70 template <int I> struct is_placeholder< placeholder<I> const & > : mpl::true_ { }; struct
103 : mpl::eval_if< is_placeholder<T>,
165 template <class X> struct apply : is_placeholder<X> { };
/dports/databases/percona57-client/boost_1_59_0/libs/fusion/example/cookbook/
H A Ddo_the_bind.cpp66 template <typename T> struct is_placeholder : mpl::false_ { }; struct
67 template <int I> struct is_placeholder< placeholder<I> > : mpl::true_ { }; struct
68 template <int I> struct is_placeholder< placeholder<I> & > : mpl::true_ { }; struct
69 template <int I> struct is_placeholder< placeholder<I> const > : mpl::true_ { }; struct
70 template <int I> struct is_placeholder< placeholder<I> const & > : mpl::true_ { }; struct
103 : mpl::eval_if< is_placeholder<T>,
165 template <class X> struct apply : is_placeholder<X> { };
/dports/devel/boost-libs/boost_1_72_0/libs/fusion/example/cookbook/
H A Ddo_the_bind.cpp66 template <typename T> struct is_placeholder : mpl::false_ { }; struct
67 template <int I> struct is_placeholder< placeholder<I> > : mpl::true_ { }; struct
68 template <int I> struct is_placeholder< placeholder<I> & > : mpl::true_ { }; struct
69 template <int I> struct is_placeholder< placeholder<I> const > : mpl::true_ { }; struct
70 template <int I> struct is_placeholder< placeholder<I> const & > : mpl::true_ { }; struct
103 : mpl::eval_if< is_placeholder<T>,
165 template <class X> struct apply : is_placeholder<X> { };

12345678910>>...76