MCRO
C++23 utilities for Unreal Engine.
Loading...
Searching...
No Matches
Mcro::Concepts::CRange Concept Reference
#include <
Concepts.h
>
Concept definition
template
<
typename
T>
concept
Mcro::Concepts::CRange
=
requires
(std::decay_t<T>
const
& t)
{
t.begin();
t.end();
}
Mcro::Concepts::CRange
Definition
Concepts.h:316
Detailed Description
Definition at line
316
of file
Concepts.h
.
Mcro
Concepts
CRange
Generated by
1.12.0