Home
last modified time | relevance | path

Searched refs:require_not_t (Results 1 – 7 of 7) sorted by relevance

/dports/math/stanmath/math-4.2.0/stan/math/prim/meta/
H A Drequire_helpers.hpp26 using require_not_t = std::enable_if_t<!Check::value>; typedef
84 = require_not_t<checker<std::decay_t<T>>>; \
126 = require_not_t<checker<value_type_t<std::decay_t<T>>>>; \
156 = require_not_t<checker<scalar_type_t<std::decay_t<T>>>>; \
199 = require_not_t<checker<std::decay_t<T>, std::decay_t<S>>>; \
242 = require_not_t<checker<scalar_type_t<std::decay_t<T>>, \
276 using require_not_vt_##check_type = require_not_t< \
348 using require_not_##check_type##_vt = require_not_t< \
390 using require_not_##check_type##_st = require_not_t< \
H A Dis_vector.hpp156 using require_not_eigen_row_and_col_t = require_not_t<
173 = require_not_t<math::conjunction<is_row_vector<Row>, is_col_vector<Col>>>;
H A Dreturn_type.hpp222 using require_not_return_type_t = require_not_t<Check<return_type_t<Ts...>>>;
/dports/math/stanmath/math-4.2.0/test/unit/math/opencl/
H A Dutil.hpp33 require_not_t<std::is_integral<scalar_type_t<T>>>* = nullptr,
39 require_not_t<std::is_integral<scalar_type_t<T>>>* = nullptr,
/dports/math/stan/stan-2.28.2/src/stan/model/indexing/
H A Drvalue.hpp699 require_not_t<std::is_lvalue_reference<StdVec&&>>* = nullptr>
726 require_not_t<std::is_lvalue_reference<StdVec&&>>* = nullptr>
H A Dassign.hpp781 require_not_t<
/dports/math/stanmath/math-4.2.0/test/unit/math/prim/meta/
H A Drequire_generics_test.cpp17 using stan::require_not_t; in TEST()
19 EXPECT_TRUE((unary_require_tester<require_not_t, std::false_type>::value)); in TEST()
20 EXPECT_FALSE((unary_require_tester<require_not_t, std::true_type>::value)); in TEST()