#include <bin_data.hpp>
template<class T>
{ std::declval<bin_data &>() <<
lsb32 << std::uint32_t(t.size()) };
{ std::declval<bin_data &>() << *std::begin(t) };
}
Definition bin_data.hpp:316
Definition bin_data.hpp:88
static constexpr lsb_t< 32 > lsb32
Definition bin_data.hpp:230