namespace mrpt::serialization::metaprogramming

namespace metaprogramming {

// structs

struct ObjectReadFromStream;

template <typename ptr_t>
struct ObjectReadFromStreamToPtrs;

struct ObjectWriteToStream;

} // namespace metaprogramming