Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Macro CXXD_HAS_STD_UNORDERED_MULTIMAP

CXXD_HAS_STD_UNORDERED_MULTIMAP — Determines whether the C++ standard unordered multimap implementation or the Boost unordered multimap implementation has been chosen.

Synopsis

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

CXXD_HAS_STD_UNORDERED_MULTIMAP

Description

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


PrevUpHomeNext