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

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

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