ActiveLib
Loading...
Searching...
No Matches
active::serialise::doc::Reconstructable Concept Reference

Concept for classes that can reconstruct an instance from a serialised document object. More...

#include <Transportable.h>

Concept definition

template<typename T>
concept active::serialise::doc::Reconstructable = std::constructible_from<T, const Object&, const setting::SettingList*>
Concept for classes that can reconstruct an instance from a serialised document object.
Definition Transportable.h:31

Detailed Description

Concept for classes that can reconstruct an instance from a serialised document object.