Home
last modified time | relevance | path

Searched defs:replicate_impl (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/hana/include/boost/hana/
Dreplicate.hpp50 struct replicate_impl<M, when<condition>> : default_ { struct
58 struct replicate_impl<S, when<Sequence<S>::value>> { struct
60 static constexpr auto replicate_helper(X&& x, std::index_sequence<i...>) in replicate_helper()
64 static constexpr auto apply(X&& x, N const&) { in apply()
/third_party/boost/boost/hana/
Dreplicate.hpp50 struct replicate_impl<M, when<condition>> : default_ { struct
58 struct replicate_impl<S, when<Sequence<S>::value>> { argument
60 static constexpr auto replicate_helper(X&& x, std::index_sequence<i...>) in replicate_helper()
64 static constexpr auto apply(X&& x, N const&) { in apply()