Check if a type T models the WriteableBidirectionalRange range concept. More...
#include <concepts.hpp>
Public Types | |
typedef BOOST_DEDUCED_TYPENAME remove_reference< T >::type | Rng |
typedef BOOST_DEDUCED_TYPENAME range_iterator< Rng const > ::type | const_iterator |
typedef BOOST_DEDUCED_TYPENAME range_iterator< Rng >::type | iterator |
typedef BOOST_DEDUCED_TYPENAME range_iterator< T >::type | iterator |
Check if a type T models the WriteableBidirectionalRange range concept.
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inlineinherited |
References boost::asio::begin, boost::end, and boost::ignore_unused_variable_warning().
|
inlineinherited |