Home
last modified time | relevance | path

Searched defs:span_impl (Results 1 – 9 of 9) sorted by relevance

/dports/devel/boost-docs/boost_1_72_0/boost/hana/
H A Dspan.hpp49 struct span_impl<S, when<condition>> : default_ { struct
51 static constexpr auto span_helper(Xs&& xs, std::index_sequence<before...>, in span_helper()
61 static constexpr auto apply(Xs&& xs, Pred&&) { in apply()
/dports/devel/hyperscan/boost_1_75_0/boost/hana/
H A Dspan.hpp49 struct span_impl<S, when<condition>> : default_ { struct
51 static constexpr auto span_helper(Xs&& xs, std::index_sequence<before...>, in span_helper()
61 static constexpr auto apply(Xs&& xs, Pred&&) { in apply()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/hana/
H A Dspan.hpp49 struct span_impl<S, when<condition>> : default_ { struct
51 static constexpr auto span_helper(Xs&& xs, std::index_sequence<before...>, in span_helper()
61 static constexpr auto apply(Xs&& xs, Pred&&) { in apply()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/hana/
H A Dspan.hpp49 struct span_impl<S, when<condition>> : default_ { struct
51 static constexpr auto span_helper(Xs&& xs, std::index_sequence<before...>, in span_helper()
61 static constexpr auto apply(Xs&& xs, Pred&&) { in apply()
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/hana/
H A Dspan.hpp49 struct span_impl<S, when<condition>> : default_ { struct
51 static constexpr auto span_helper(Xs&& xs, std::index_sequence<before...>, in span_helper()
61 static constexpr auto apply(Xs&& xs, Pred&&) { in apply()
/dports/devel/boost-libs/boost_1_72_0/boost/hana/
H A Dspan.hpp49 struct span_impl<S, when<condition>> : default_ { struct
51 static constexpr auto span_helper(Xs&& xs, std::index_sequence<before...>, in span_helper()
61 static constexpr auto apply(Xs&& xs, Pred&&) { in apply()
/dports/devel/boost-python-libs/boost_1_72_0/boost/hana/
H A Dspan.hpp49 struct span_impl<S, when<condition>> : default_ { struct
51 static constexpr auto span_helper(Xs&& xs, std::index_sequence<before...>, in span_helper()
61 static constexpr auto apply(Xs&& xs, Pred&&) { in apply()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/hana/
H A Dspan.hpp49 struct span_impl<S, when<condition>> : default_ { struct
51 static constexpr auto span_helper(Xs&& xs, std::index_sequence<before...>, in span_helper()
61 static constexpr auto apply(Xs&& xs, Pred&&) { in apply()
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/cranelift/peepmatic/crates/macro/src/
H A Dlib.rs26 let span_impl = match span::derive_span(&input) { in derive_ast() localVariable