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

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

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