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(
23 const RuntimeSchema& schema,
25 const Transform& transform);
namespace bond
Definition: apply.h:17