Asio Extensions
Additional functionality built on top of (Boost.)Asio
RawByteContainer

Classes

struct  asioext::is_raw_byte_container< T >
 Determines whether T satisfies the RawByteContainer requirements. More...
 

Detailed Description

A RawByteContainer is a special ContiguousContainer that stores POD-type objects with a size of 1 byte.

Requirements

The type X satisfies RawByteContainer if

Given:

The following expressions must be valid and have their specified effects:

expression return type effects precondition postcondition
a.resize(n) void erases or appends elements to meet size() == n a.size() == n