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.

begin() const noexcept(std::is_nothrow_copy_constructible_v< TakeAdapter >)helios::utils::TakeAdapter< Iter >inline
difference_type typedefhelios::utils::TakeAdapter< Iter >
end() const noexcept(std::is_nothrow_copy_constructible_v< TakeAdapter >)helios::utils::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 >
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 >
pointer typedefhelios::utils::TakeAdapter< Iter >
reference typedefhelios::utils::TakeAdapter< Iter >
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 >
value_type typedefhelios::utils::TakeAdapter< Iter >
~TakeAdapter() noexcept(std::is_nothrow_destructible_v< Iter >)=defaulthelios::utils::TakeAdapter< Iter >