88 sizeof(
typename ContiguousContainer::value_type) == 1,
89 "SendBinary() should send either std::bytes or chars"
91 DoSendBinary(
utils::span(
92 reinterpret_cast<
const std::byte*>(message.data()),
93 reinterpret_cast<
const std::byte*>(message.data() + message.size())