OpenEnroth 73e68f7
Loading...
Searching...
No Matches
RawAccessible Concept Reference

#include <SnapshotConcepts.h>

Concept definition

template<class T>
concept RawAccessible = requires (T &mutableValue, const T &constValue) {
raw(mutableValue);
raw(constValue);
}
Definition: SnapshotConcepts.h:9