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

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

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