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.

begin() const noexcept(std::is_nothrow_copy_constructible_v< MapAdapter >)helios::utils::MapAdapter< Iter, Func >inline
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
iterator_category typedefhelios::utils::MapAdapter< Iter, Func >
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 >
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
pointer typedefhelios::utils::MapAdapter< Iter, Func >
reference typedefhelios::utils::MapAdapter< Iter, Func >
value_type typedefhelios::utils::MapAdapter< Iter, Func >
~MapAdapter() noexcept(std::is_nothrow_destructible_v< Iter > &&std::is_nothrow_destructible_v< Func >)=defaulthelios::utils::MapAdapter< Iter, Func >