$extrastylesheet
#include <scribo/core/concept/serializable.hh>
Public Types | |
typedef Object< void > | category |
typedef E | exact_t |
Public Member Functions | |
template<typename E2 > | |
void | accept (const SerializeVisitor< E2 > &visitor) const |
Concept for objects that can be serialized.
Definition at line 42 of file serializable.hh.
void scribo::Serializable< E >::accept | ( | const SerializeVisitor< E2 > & | visitor | ) | const |
Allow this object to be serialized by visitor
.