Home
last modified time | relevance | path

Searched refs:is_std_vector (Results 1 – 25 of 45) sorted by relevance

12

/dports/math/stanmath/math-4.2.0/test/unit/math/prim/meta/
H A Dis_std_vector_test.cpp6 TEST(MathMetaPrim, is_std_vector) { in TEST() argument
7 using stan::is_std_vector; in TEST()
8 EXPECT_FALSE((is_std_vector<bool>::value)); in TEST()
9 EXPECT_FALSE((is_std_vector<double>::value)); in TEST()
10 EXPECT_FALSE((is_std_vector<int>::value)); in TEST()
12 EXPECT_TRUE((is_std_vector<std::vector<double>>::value)); in TEST()
13 EXPECT_TRUE((is_std_vector<const std::vector<double>>::value)); in TEST()
14 EXPECT_TRUE((is_std_vector<const std::vector<double>&>::value)); in TEST()
18 EXPECT_FALSE((is_std_vector<Eigen::SparseMatrix<double>>::value)); in TEST()
23 EXPECT_FALSE((is_std_vector< in TEST()
[all …]
H A Drequire_generics_test.cpp339 std_vector_vector>::unary<stan::is_std_vector>(); in TEST()
345 std_vector_vector>::not_unary<stan::is_std_vector>(); in TEST()
350 std_vector_vector>::all<stan::is_std_vector>(); in TEST()
355 std_vector_vector>::all_not<stan::is_std_vector>(); in TEST()
360 std_vector_vector>::any<stan::is_std_vector>(); in TEST()
365 std_vector_vector>::any_not<stan::is_std_vector>(); in TEST()
874 eigen_std_vector_x>::unary<stan::is_std_vector>(); in TEST()
880 eigen_std_vector_x>::not_unary<stan::is_std_vector>(); in TEST()
885 eigen_std_vector_x>::all<stan::is_std_vector>(); in TEST()
890 eigen_std_vector_x>::all_not<stan::is_std_vector>(); in TEST()
[all …]
/dports/science/py-dlib/dlib-19.22/dlib/
H A Dis_kind.h91 struct is_std_vector : public default_is_kind_value struct
147 struct is_std_vector<std::vector<T,alloc> > { const static bool value = true; };
148 …template <typename T> struct is_std_vector<T&> { const static bool value = is_std_vector<T>::…
149 …template <typename T> struct is_std_vector<const T&>{ const static bool value = is_std_vector<T>::…
150 …template <typename T> struct is_std_vector<const T> { const static bool value = is_std_vector<T>::…
/dports/devel/concurrentqueue/concurrentqueue-1.0.3-15-g0753496/benchmarks/dlib/
H A Dis_kind.h91 struct is_std_vector : public default_is_kind_value struct
147 struct is_std_vector<std::vector<T,alloc> > { const static bool value = true; };
148 …template <typename T> struct is_std_vector<T&> { const static bool value = is_std_vector<T>::…
149 …template <typename T> struct is_std_vector<const T&>{ const static bool value = is_std_vector<T>::…
150 …template <typename T> struct is_std_vector<const T> { const static bool value = is_std_vector<T>::…
/dports/science/dlib-cpp/dlib-19.22/dlib/
H A Dis_kind.h91 struct is_std_vector : public default_is_kind_value struct
147 struct is_std_vector<std::vector<T,alloc> > { const static bool value = true; };
148 …template <typename T> struct is_std_vector<T&> { const static bool value = is_std_vector<T>::…
149 …template <typename T> struct is_std_vector<const T&>{ const static bool value = is_std_vector<T>::…
150 …template <typename T> struct is_std_vector<const T> { const static bool value = is_std_vector<T>::…
/dports/math/stanmath/math-4.2.0/stan/math/prim/meta/
H A Dis_vector.hpp19 struct is_std_vector : std::false_type {}; struct
183 : bool_constant<is_eigen_vector<T>::value || is_std_vector<T>::value
211 struct is_std_vector< struct
222 struct scalar_type<T, std::enable_if_t<is_std_vector<T>::value>> {
233 struct value_type<T, std::enable_if_t<is_std_vector<T>::value>> {
237 STAN_ADD_REQUIRE_UNARY(std_vector, is_std_vector, require_std);
238 STAN_ADD_REQUIRE_CONTAINER(std_vector, is_std_vector, require_std);
H A Dcontains_std_vector.hpp14 using contains_std_vector = math::disjunction<is_std_vector<Ts>...>;
/dports/math/xtensor-python/xtensor-python-0.26.0/docs/source/examples/sfinae/
H A Dmymodule.hpp6 struct is_std_vector struct
12 struct is_std_vector<std::vector<T> > struct
26 template <class T, std::enable_if_t<is_std_vector<T>::value, bool> = true>
/dports/devel/wf-config/wf-config-0.7.1/include/wayfire/config/
H A Doption-wrapper.hpp36 struct is_std_vector : public std::false_type {}; struct
39 struct is_std_vector<std::vector<V, A>> : public std::true_type {}; struct
59 is_std_vector<Type>::value,
117 if constexpr (is_std_vector<Type>::value) in value()
/dports/math/stanmath/math-4.2.0/stan/math/prim/err/
H A Dcheck_consistent_sizes_mvt.hpp50 if (!is_std_vector<T1>::value && is_std_vector<T2>::value) { in check_consistent_sizes_mvt()
52 } else if (!is_std_vector<T2>::value) { in check_consistent_sizes_mvt()
/dports/devel/boost-docs/boost_1_72_0/libs/proto/test/
H A Dcpp-next_bug.cpp19 struct is_std_vector struct
24 struct is_std_vector<std::vector<T, A> > struct
34 BOOST_PROTO_DEFINE_OPERATORS(is_std_vector, linear_algebra_domain)
/dports/devel/boost-python-libs/boost_1_72_0/libs/proto/test/
H A Dcpp-next_bug.cpp19 struct is_std_vector struct
24 struct is_std_vector<std::vector<T, A> > struct
34 BOOST_PROTO_DEFINE_OPERATORS(is_std_vector, linear_algebra_domain)
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/proto/test/
H A Dcpp-next_bug.cpp19 struct is_std_vector struct
24 struct is_std_vector<std::vector<T, A> > struct
34 BOOST_PROTO_DEFINE_OPERATORS(is_std_vector, linear_algebra_domain)
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/proto/test/
H A Dcpp-next_bug.cpp19 struct is_std_vector struct
24 struct is_std_vector<std::vector<T, A> > struct
34 BOOST_PROTO_DEFINE_OPERATORS(is_std_vector, linear_algebra_domain)
/dports/databases/percona57-server/boost_1_59_0/libs/proto/test/
H A Dcpp-next_bug.cpp19 struct is_std_vector struct
24 struct is_std_vector<std::vector<T, A> > struct
34 BOOST_PROTO_DEFINE_OPERATORS(is_std_vector, linear_algebra_domain)
/dports/databases/xtrabackup/boost_1_59_0/libs/proto/test/
H A Dcpp-next_bug.cpp19 struct is_std_vector struct
24 struct is_std_vector<std::vector<T, A> > struct
34 BOOST_PROTO_DEFINE_OPERATORS(is_std_vector, linear_algebra_domain)
/dports/databases/percona57-client/boost_1_59_0/libs/proto/test/
H A Dcpp-next_bug.cpp19 struct is_std_vector struct
24 struct is_std_vector<std::vector<T, A> > struct
34 BOOST_PROTO_DEFINE_OPERATORS(is_std_vector, linear_algebra_domain)
/dports/devel/boost-libs/boost_1_72_0/libs/proto/test/
H A Dcpp-next_bug.cpp19 struct is_std_vector struct
24 struct is_std_vector<std::vector<T, A> > struct
34 BOOST_PROTO_DEFINE_OPERATORS(is_std_vector, linear_algebra_domain)
/dports/devel/hyperscan/boost_1_75_0/libs/proto/test/
H A Dcpp-next_bug.cpp19 struct is_std_vector struct
24 struct is_std_vector<std::vector<T, A> > struct
34 BOOST_PROTO_DEFINE_OPERATORS(is_std_vector, linear_algebra_domain)
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/tlx/tlx/meta/
H A Dis_std_vector.hpp23 struct is_std_vector : public std::false_type { }; struct
26 struct is_std_vector<std::vector<T> >: public std::true_type { }; struct
/dports/devel/tlx/tlx-0.5.20200222-5-g8982a9d/tlx/meta/
H A Dis_std_vector.hpp23 struct is_std_vector : public std::false_type { }; struct
26 struct is_std_vector<std::vector<T> >: public std::true_type { }; struct
/dports/science/py-dlib/dlib-19.22/dlib/dir_nav/
H A Ddir_nav_kernel_1.h319 typename disable_if<is_std_vector<queue_of_dir>,void>::type get_filesystem_roots ( in get_filesystem_roots()
343 typename enable_if<is_std_vector<queue_of_dir>,void>::type get_filesystem_roots ( in get_filesystem_roots()
387 typename disable_if<is_std_vector<queue_of_files>,void>::type
470 typename enable_if<is_std_vector<queue_of_files>,void>::type
511 typename disable_if<is_std_vector<queue_of_dirs>,void>::type
588 typename enable_if<is_std_vector<queue_of_dirs>,void>::type
H A Ddir_nav_kernel_2.h330 typename disable_if<is_std_vector<queue_of_files>,void>::type
446 typename enable_if<is_std_vector<queue_of_files>,void>::type
487 typename disable_if<is_std_vector<queue_of_dirs>,void>::type
586 typename enable_if<is_std_vector<queue_of_dirs>,void>::type
628 typename disable_if<is_std_vector<queue_of_dir>,void>::type get_filesystem_roots ( in get_filesystem_roots()
640 typename enable_if<is_std_vector<queue_of_dir>,void>::type get_filesystem_roots ( in get_filesystem_roots()
/dports/science/dlib-cpp/dlib-19.22/dlib/dir_nav/
H A Ddir_nav_kernel_1.h319 typename disable_if<is_std_vector<queue_of_dir>,void>::type get_filesystem_roots ( in get_filesystem_roots()
343 typename enable_if<is_std_vector<queue_of_dir>,void>::type get_filesystem_roots ( in get_filesystem_roots()
387 typename disable_if<is_std_vector<queue_of_files>,void>::type
470 typename enable_if<is_std_vector<queue_of_files>,void>::type
511 typename disable_if<is_std_vector<queue_of_dirs>,void>::type
588 typename enable_if<is_std_vector<queue_of_dirs>,void>::type
H A Ddir_nav_kernel_2.h330 typename disable_if<is_std_vector<queue_of_files>,void>::type
446 typename enable_if<is_std_vector<queue_of_files>,void>::type
487 typename disable_if<is_std_vector<queue_of_dirs>,void>::type
586 typename enable_if<is_std_vector<queue_of_dirs>,void>::type
628 typename disable_if<is_std_vector<queue_of_dir>,void>::type get_filesystem_roots ( in get_filesystem_roots()
640 typename enable_if<is_std_vector<queue_of_dir>,void>::type get_filesystem_roots ( in get_filesystem_roots()

12