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 for the latest Boost documentation.
PrevUpHomeNext

Type definition view_interface

view_interface

Synopsis

// In header: <boost/stl_interfaces/view_interface.hpp>


typedef std::ranges::view_interface< D > view_interface;

Description

A template alias for std::view_interface. This only exists to make migration from Boost.STLInterfaces to C++20 easier; switch to the one in std as soon as you can.


PrevUpHomeNext