6#include <bond/core/config.h>
16template <
typename T,
typename Protocols = BuiltInProtocols,
typename Buffer,
typename Transform>
17inline std::pair<ProtocolType, bool> SelectProtocolAndApply(Buffer& input,
const Transform& transform);
21template <
typename Protocols = BuiltInProtocols,
typename Buffer,
typename Transform>
22inline std::pair<ProtocolType, bool> SelectProtocolAndApply(
25 const Transform& transform);
Represents runtime schema See User's Manual
Definition runtime_schema.h:26
namespace bond
Definition apply.h:17