|
Asio Extensions
Additional functionality built on top of (Boost.)Asio
|
Determines whether T satisfies the RawByteContainer requirements. More...
#include <asioext/is_raw_byte_container.hpp>
Static Public Attributes | |
| static const bool | value |
Determines whether T satisfies the RawByteContainer requirements.
value is false. There are partial specializations for std::vector and std::basic_string that define value as true if the contained type is one of char, unsigned char, signed char.
|
static |
true if T satisfies the RawByteContainer requirements, false otherwise.