Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
flat_stream::next_layer_type

The type of the next layer.

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

PrevUpHomeNext