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_SIZE

BOOST_VMD_SIZE — Returns the size of a sequence.

Synopsis

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

BOOST_VMD_SIZE(sequence)

Description

sequence = A sequence to test.

returns = If the sequence is empty returns 0, else returns the number of elements in the sequence.


PrevUpHomeNext