Type restorable exactly from a reader and the listed context types.
More...
#include <serialization.h>
template<class T, class... Context>
{
T::deserialize(reader, std::forward<Context>(context)...)
} -> std::same_as<T>;
}
Bounds-checked reader for canonical little-endian binary data.
Definition serialization.h:526
Type restorable exactly from a reader and the listed context types.
Definition serialization.h:758
Type restorable exactly from a reader and the listed context types.