Home
last modified time | relevance | path

Searched defs:take_nth (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/yap/example/
Dvec3.cpp13 struct take_nth struct
15 auto operator() (boost::yap::terminal<boost::yap::expression, std::array<int, 3>> const & expr) in operator ()()
23 std::size_t n;
Dvector.cpp14 struct take_nth struct
17 auto operator() (boost::yap::expr_tag<boost::yap::expr_kind::terminal>, in operator ()()
21 std::size_t n;
Dlazy_vector.cpp22 struct take_nth struct
27 std::size_t n;
Dtarray.cpp18 struct take_nth struct
23 std::size_t n;
/third_party/boost/libs/yap/test/
Dvector_alloc_test.cpp28 struct take_nth struct
31 auto operator()( in operator ()()
38 std::size_t n;
Dlazy_vector_alloc_test.cpp34 struct take_nth struct
52 return boost::yap::evaluate(boost::yap::transform(*this, take_nth{n})); in operator []() argument
/third_party/boost/libs/yap/perf/
Dlazy_vector_perf.cpp24 struct take_nth struct
30 std::size_t n;