Helios Engine
A modular ECS based data-oriented C++23 game engine framework
Loading...
Searching...
No Matches
helios::utils::details::IterYieldsReference Concept Reference

Checks if the iterator yields a genuine reference (lvalue ref), not a proxy/value. More...

#include <functional_adapters.hpp>

Concept definition

template<typename Iter>
std::is_lvalue_reference_v<std::iter_reference_t<Iter>>
Checks if the iterator yields a genuine reference (lvalue ref), not a proxy/value.

Detailed Description

Checks if the iterator yields a genuine reference (lvalue ref), not a proxy/value.

Definition at line 23 of file functional_adapters.hpp.