Helios Engine 0.1.0
A modular ECS based data-oriented C++23 game engine
 
Loading...
Searching...
No Matches
helios::utils::TakeWhileAdapter< Iter, Pred > Member List

This is the complete list of members for helios::utils::TakeWhileAdapter< Iter, Pred >, including all inherited members.

All(const Pred &predicate) consthelios::utils::FunctionalAdapterBase< TakeWhileAdapter< Iter, Pred > >
Any(const Pred &predicate) consthelios::utils::FunctionalAdapterBase< TakeWhileAdapter< Iter, Pred > >
begin() const noexcept(std::is_nothrow_copy_constructible_v< TakeWhileAdapter >)helios::utils::TakeWhileAdapter< Iter, Pred >inline
Chain(OtherIter begin, OtherIter end) const noexcept(noexcept(ChainAdapter< TakeWhileAdapter< Iter, Pred >, OtherIter >(GetDerived().begin(), GetDerived().end(), std::move(begin), std::move(end))))helios::utils::FunctionalAdapterBase< TakeWhileAdapter< Iter, Pred > >inline
Chain(R &range) const noexcept(noexcept(ChainAdapterFromRange(GetDerived(), range)))helios::utils::FunctionalAdapterBase< TakeWhileAdapter< Iter, Pred > >inline
Chain(const R &range) const noexcept(noexcept(ChainAdapterFromRange(GetDerived(), range)))helios::utils::FunctionalAdapterBase< TakeWhileAdapter< Iter, Pred > >inline
Collect() consthelios::utils::FunctionalAdapterBase< TakeWhileAdapter< Iter, Pred > >
CountIf(const Pred &predicate) consthelios::utils::FunctionalAdapterBase< TakeWhileAdapter< Iter, Pred > >
difference_type typedefhelios::utils::TakeWhileAdapter< Iter, Pred >
end() const noexcept(std::is_nothrow_copy_constructible_v< TakeWhileAdapter >)helios::utils::TakeWhileAdapter< Iter, Pred >
Enumerate() const noexcept(noexcept(EnumerateAdapter< TakeWhileAdapter< Iter, Pred > >(GetDerived().begin(), GetDerived().end())))helios::utils::FunctionalAdapterBase< TakeWhileAdapter< Iter, Pred > >inline
Filter(Pred predicate) const noexcept(noexcept(FilterAdapter< TakeWhileAdapter< Iter, Pred >, Pred >(GetDerived().begin(), GetDerived().end(), std::move(predicate))))helios::utils::FunctionalAdapterBase< TakeWhileAdapter< Iter, Pred > >inline
Find(const Pred &predicate) consthelios::utils::FunctionalAdapterBase< TakeWhileAdapter< Iter, Pred > >
Fold(T init, const Folder &folder) consthelios::utils::FunctionalAdapterBase< TakeWhileAdapter< Iter, Pred > >
ForEach(const Action &action) consthelios::utils::FunctionalAdapterBase< TakeWhileAdapter< Iter, Pred > >
GetDerived() noexcepthelios::utils::FunctionalAdapterBase< TakeWhileAdapter< Iter, Pred > >inlineprotected
GetDerived() const noexcepthelios::utils::FunctionalAdapterBase< TakeWhileAdapter< Iter, Pred > >inlineprotected
GroupBy(const KeyFunc &key_func) consthelios::utils::FunctionalAdapterBase< TakeWhileAdapter< Iter, Pred > >
Inspect(Func inspector) const noexcept(noexcept(InspectAdapter< TakeWhileAdapter< Iter, Pred >, Func >(GetDerived().begin(), GetDerived().end(), std::move(inspector))))helios::utils::FunctionalAdapterBase< TakeWhileAdapter< Iter, Pred > >inline
Into(OutIt out) consthelios::utils::FunctionalAdapterBase< TakeWhileAdapter< Iter, Pred > >
IsAtEnd() const noexcept(noexcept(std::declval< const Iter & >()==std::declval< const Iter & >()))helios::utils::TakeWhileAdapter< Iter, Pred >inline
iterator_category typedefhelios::utils::TakeWhileAdapter< Iter, Pred >
Map(Func transform) const noexcept(noexcept(MapAdapter< TakeWhileAdapter< Iter, Pred >, Func >(GetDerived().begin(), GetDerived().end(), std::move(transform))))helios::utils::FunctionalAdapterBase< TakeWhileAdapter< Iter, Pred > >inline
MaxBy(const KeyFunc &key_func) consthelios::utils::FunctionalAdapterBase< TakeWhileAdapter< Iter, Pred > >
MinBy(const KeyFunc &key_func) consthelios::utils::FunctionalAdapterBase< TakeWhileAdapter< Iter, Pred > >
None(const Pred &predicate) consthelios::utils::FunctionalAdapterBase< TakeWhileAdapter< Iter, Pred > >inline
operator!=(const TakeWhileAdapter &other) const noexcept(noexcept(std::declval< const TakeWhileAdapter & >()==std::declval< const TakeWhileAdapter & >()))helios::utils::TakeWhileAdapter< Iter, Pred >inline
operator*() const noexcept(noexcept(*std::declval< const Iter & >()))helios::utils::TakeWhileAdapter< Iter, Pred >inline
operator++() noexcept(noexcept(++std::declval< Iter & >()) &&noexcept(std::declval< Iter & >() !=std::declval< Iter & >()) &&noexcept(CheckPredicate()))helios::utils::TakeWhileAdapter< Iter, Pred >
operator++(int) noexcept(std::is_nothrow_copy_constructible_v< TakeWhileAdapter > &&noexcept(++std::declval< TakeWhileAdapter & >()))helios::utils::TakeWhileAdapter< Iter, Pred >
operator=(const TakeWhileAdapter &) noexcept(std::is_nothrow_copy_assignable_v< Iter > &&std::is_nothrow_copy_assignable_v< Pred >)=defaulthelios::utils::TakeWhileAdapter< Iter, Pred >
operator=(TakeWhileAdapter &&) noexcept(std::is_nothrow_move_assignable_v< Iter > &&std::is_nothrow_move_assignable_v< Pred >)=defaulthelios::utils::TakeWhileAdapter< Iter, Pred >
operator==(const TakeWhileAdapter &other) const noexcept(noexcept(std::declval< const Iter & >()==std::declval< const Iter & >()))helios::utils::TakeWhileAdapter< Iter, Pred >inline
Partition(const Pred &predicate) consthelios::utils::FunctionalAdapterBase< TakeWhileAdapter< Iter, Pred > >
pointer typedefhelios::utils::TakeWhileAdapter< Iter, Pred >
reference typedefhelios::utils::TakeWhileAdapter< Iter, Pred >
Reverse() const noexcept(noexcept(ReverseAdapter< TakeWhileAdapter< Iter, Pred > >(GetDerived().begin(), GetDerived().end())))helios::utils::FunctionalAdapterBase< TakeWhileAdapter< Iter, Pred > >inline
Skip(size_t count) const noexcept(noexcept(SkipAdapter< TakeWhileAdapter< Iter, Pred > >(GetDerived().begin(), GetDerived().end(), count)))helios::utils::FunctionalAdapterBase< TakeWhileAdapter< Iter, Pred > >inline
SkipWhile(Pred predicate) const noexcept(noexcept(SkipWhileAdapter< TakeWhileAdapter< Iter, Pred >, Pred >(GetDerived().begin(), GetDerived().end(), std::move(predicate))))helios::utils::FunctionalAdapterBase< TakeWhileAdapter< Iter, Pred > >inline
Slide(size_t window_size) const noexcept(noexcept(SlideAdapter< TakeWhileAdapter< Iter, Pred > >(GetDerived().begin(), GetDerived().end(), window_size)))helios::utils::FunctionalAdapterBase< TakeWhileAdapter< Iter, Pred > >inline
StepBy(size_t step) const noexcept(noexcept(StepByAdapter< TakeWhileAdapter< Iter, Pred > >(GetDerived().begin(), GetDerived().end(), step)))helios::utils::FunctionalAdapterBase< TakeWhileAdapter< Iter, Pred > >inline
Stride(size_t stride) const noexcept(noexcept(StrideAdapter< TakeWhileAdapter< Iter, Pred > >(GetDerived().begin(), GetDerived().end(), stride)))helios::utils::FunctionalAdapterBase< TakeWhileAdapter< Iter, Pred > >inline
Take(size_t count) const noexcept(noexcept(TakeAdapter< TakeWhileAdapter< Iter, Pred > >(GetDerived().begin(), GetDerived().end(), count)))helios::utils::FunctionalAdapterBase< TakeWhileAdapter< Iter, Pred > >inline
TakeWhile(Pred predicate) const noexcept(noexcept(TakeWhileAdapter< TakeWhileAdapter< Iter, Pred >, Pred >(GetDerived().begin(), GetDerived().end(), std::move(predicate))))helios::utils::FunctionalAdapterBase< TakeWhileAdapter< Iter, Pred > >inline
TakeWhileAdapter(Iter begin, Iter end, Pred predicate) noexcept(std::is_nothrow_move_constructible_v< Iter > &&std::is_nothrow_copy_constructible_v< Iter > &&std::is_nothrow_move_constructible_v< Pred > &&noexcept(CheckPredicate()))helios::utils::TakeWhileAdapter< Iter, Pred >inline
TakeWhileAdapter(const TakeWhileAdapter &) noexcept(std::is_nothrow_copy_constructible_v< Iter > &&std::is_nothrow_copy_constructible_v< Pred >)=defaulthelios::utils::TakeWhileAdapter< Iter, Pred >
TakeWhileAdapter(TakeWhileAdapter &&) noexcept(std::is_nothrow_move_constructible_v< Iter > &&std::is_nothrow_move_constructible_v< Pred >)=defaulthelios::utils::TakeWhileAdapter< Iter, Pred >
value_type typedefhelios::utils::TakeWhileAdapter< Iter, Pred >
Zip(OtherIter begin, OtherIter end) const noexcept(noexcept(ZipAdapter< TakeWhileAdapter< Iter, Pred >, OtherIter >(GetDerived().begin(), GetDerived().end(), std::move(begin), std::move(end))))helios::utils::FunctionalAdapterBase< TakeWhileAdapter< Iter, Pred > >inline
Zip(R &range) const noexcept(noexcept(ZipAdapterFromRange(GetDerived(), range)))helios::utils::FunctionalAdapterBase< TakeWhileAdapter< Iter, Pred > >inline
Zip(const R &range) const noexcept(noexcept(ZipAdapterFromRange(GetDerived(), range)))helios::utils::FunctionalAdapterBase< TakeWhileAdapter< Iter, Pred > >inline
~TakeWhileAdapter() noexcept(std::is_nothrow_destructible_v< Iter > &&std::is_nothrow_destructible_v< Pred >)=defaulthelios::utils::TakeWhileAdapter< Iter, Pred >