Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Macro CXXD_HAS_STD_TYPE_INDEX

CXXD_HAS_STD_TYPE_INDEX — Determines whether the C++ standard type index implementation or the Boost type index implementation has been chosen.

Synopsis

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

CXXD_HAS_STD_TYPE_INDEX

Description

The object-like macro expands to: 1 if the C++ standard type index implementation has been chosen 0 if the Boost type index implementation has been chosen.


PrevUpHomeNext