template<typename growth_strategy>
aes70::buffer<void, growth_strategy> class

This specialization of buffer is for situations in which no data should be buffered. This buffer implmenents the same interface as the generic implementation, however it is always empty, never allocates memory.

It is useful for situations such as AES70 UDP, in which the protocol specification mandates that full packets must be received and no fragmentation may happen.