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 a snapshot of the develop branch, built from commit d7c8a7cf0d.
PrevUpHomeNext

Macro BOOST_VMD_SIZE_D

BOOST_VMD_SIZE_D — Returns the size of a sequence. Re-entrant version.

Synopsis

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

BOOST_VMD_SIZE_D(d, sequence)

Description

d = The next available BOOST_PP_WHILE iteration.
sequence = A sequence to test.

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


PrevUpHomeNext