Home | History | Annotate | Download | only in operators

Lines Matching refs:take_while

5 /*! \file rx-take_while.hpp
16 \snippet take_while.cpp take_while sample
17 \snippet output.txt take_while sample
42 struct take_while
49 take_while(test_type t)
97 /*! @copydoc rx-take_while.hpp
100 auto take_while(AN&&... an)
112 class TakeWhile = rxo::detail::take_while<SourceValue, rxu::decay_t<Predicate>>>
122 static_assert(sizeof...(AN) == 10000, "take_while takes (Predicate)");