Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Type definition tuple_size

tuple_size

Synopsis

// In header: <boost/pfr/tuple_size.hpp>


typedef  ;

Description

Has a static const member variable value that contains fields count in a T. Works for any T that satisfies simple aggregate .

Example:


PrevUpHomeNext