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

Macro BOOST_TYPE_INDEX_USER_TYPEINDEX

BOOST_TYPE_INDEX_USER_TYPEINDEX

Synopsis

// In header: <boost/type_index.hpp>

BOOST_TYPE_INDEX_USER_TYPEINDEX

Description

BOOST_TYPE_INDEX_USER_TYPEINDEX can be defined to the path to header file with user provided implementation of type_index.

See Making a custom type_index section of documentation for usage example.


PrevUpHomeNext