Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

is_contiguous_iterator

The is_contiguous_iterator class is a traits class that may be used to determine whether a type is a contiguous iterator.

template<
    typename T>
struct is_contiguous_iterator
Requirements

Header: boost/asio/is_contiguous_iterator.hpp

Convenience header: boost/asio.hpp


PrevUpHomeNext