Template Struct CompositeData::InsertResult
Defined in File CompositeData.hpp
Nested Relationships
This struct is a nested type of Class CompositeData.
Struct Documentation
-
template<typename T>
struct InsertResult The result of performing an insertion operation.
Public Members
-
bool inserted
True if the value was inserted. This means that an entry of value T did not already exist before you performed the insertion.
-
T *value
A reference to the value of type T that currently exists within the CompositeData.
-
bool inserted