Codec for a type.
More...
template<class T>
class classic_protocol::Codec< T >
Codec for a type.
requirements for T:
- size_t size()
- stdx::expected<size_t, std::error_code> encode(net::mutable_buffer);
- static stdx::expected<T, std::error_code> decode(buffer_sequence, capabilities);
The documentation for this class was generated from the following file: