Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
buffered_read_stream::next_layer_type

The type of the next layer.

Synopsis
using next_layer_type = typename std::remove_reference< Stream >::type;
Description

PrevUpHomeNext