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_VMD_TUPLE_SIZE

BOOST_VMD_TUPLE_SIZE — expands to the size of the tuple passed to it.

Synopsis

// In header: <boost/vmd/tuple/size.hpp>

BOOST_VMD_TUPLE_SIZE(tuple)

Description

tuple = tuple whose size is to be extracted.

If the tuple is an empty tuple its size is 0. Otherwise the result is the number of elements in the tuple.


PrevUpHomeNext