Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Tuples

Synopsis
#include <boost/math/tools/tuple.hpp>
Description

This header defines the type boost::math::tuple, the associated free functions ignore, tie, make_tuple, get, and associated types tuple_size and tuple_element.

These types and functions are aliases for:

So this boost::math::tuple is strongly recommended for maximum portability.


PrevUpHomeNext