Sane C++ Libraries
C++ Platform Abstraction Libraries
SC::Reflection::WritableRange< Type > Struct Template Reference

A writable span of objects. More...

#include <ReflectionFoundation.h>

Public Member Functions

constexpr WritableRange (Type *iteratorStart, const uint32_t capacity)
 
constexpr bool writeAndAdvance (const Type &value)
 

Public Attributes

Type * iterator
 
Type * iteratorEnd
 

Detailed Description

template<typename Type>
struct SC::Reflection::WritableRange< Type >

A writable span of objects.


The documentation for this struct was generated from the following file: