Typedef liberate::types::has_byte_size

Typedef Documentation

template<typename T, std::size_t BYTE_SIZE>
using liberate::types::has_byte_size = std::integral_constant<bool, sizeof(T) == BYTE_SIZE>

An integral constant that is either equivalent to std::true_type or std::false_type, depending on whether the byte size of the given type is the given value.