MCRO
C++23 utilities for Unreal Engine.
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
w
x
z
Variables
a
i
k
p
s
t
Typedefs
f
i
t
Enumerations
Concepts
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
v
w
~
Functions
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
w
~
Variables
a
b
c
d
e
f
h
i
m
n
o
p
r
s
t
v
w
Typedefs
a
b
c
d
e
f
i
m
p
r
s
t
v
w
Enumerations
Enumerator
Related Symbols
g
o
Files
File List
Globals
All
_
a
b
d
e
f
g
i
l
m
n
o
p
s
t
u
w
Functions
b
d
e
g
o
s
Typedefs
Macros
_
a
e
f
i
l
m
n
p
s
t
u
w
▼
MCRO
Who is this library for?
►
What MCRO can do?
Legal
►
Attribution
►
Bitter Recompense
Todo List
►
Namespaces
▼
Concepts
►
constexpr_xxh3
▼
Mcro
►
Any
►
Composition
▼
Concepts
CSameAs
CSameAsDecayed
CConvertibleTo
CConvertibleToDecayed
CAssignableFrom
CAssignableFromDecayed
CDerivedFrom
CIntegral
CSignedIntegral
CUnsignedIntegral
CFloatingPoint
CScalar
CBooleanTestable
CPlainEnum
CScopedEnum
CEnum
CCoreHalfEqualityComparable
CWeaklyEqualityComparableWith
CCoreEqualityComparable
CHalfOrdered
CPartiallyOrderedWith
CTotallyOrdered
CConstType
CMutableType
CDestructible
CConstructibleFrom
CDefaultInitializable
CMoveConstructible
CCopyConstructible
CMovable
CCopyable
CSemiRegular
CRegular
CInvocable
CPredicate
CRelation
CEquivalenceRelation
CStrictWeakOrder
CModels
CSharedPtr
CSharedRef
CWeakPtr
CSharedRefOrPtr
CSharedOrWeak
CSharedFromThis
CSharedPtrOf
CSharedRefOf
CWeakPtrOf
CSharedRefOrPtrOf
CSharedOrWeakOf
CSharedFromThisOf
CUObject
CInterface
CInterfaceUClass
CCurrentChar
CNonCurrentChar
CCurrentCharPtr
CNonCurrentCharPtr
CChar
CNonChar
CCharPtr
CNonCharPtr
CPointer
CClass
CUnion
CPlainClass
CMemberPointerOf
CVoid
CNonVoid
CRefCounted
CRangeMember
CValidableMember
CValidableAdl
CValidable
►
Delegates
►
Error
►
FunctionTraits
►
Observable
►
Range
►
Rendering
►
SharedObjects
►
Slate
►
Subsystems
►
Templates
►
Text
►
Tuples
►
Types
►
UObjects
►
Data Structures
►
Files
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
Concepts
Loading...
Searching...
No Matches
Mcro::Concepts::CRangeMember Concept Reference
#include <
Concepts.h
>
Concept definition
template
<
typename
T>
concept
Mcro::Concepts::CRangeMember
=
requires
(std::decay_t<T>&& t) { t.begin(); t.end(); }
Mcro::Concepts::CRangeMember
Definition
Concepts.h:357
Detailed Description
Definition at line
357
of file
Concepts.h
.
Mcro
Concepts
CRangeMember
Generated by
1.12.0