Back to Arangodb

Trivial Metafunctions Summary

3rdParty/boost/1.78.0/libs/mpl/doc/src/refmanual/Metafunctions-Trivial-Summary.rst

3.12.9.11.2 KB
Original Source

.. Metafunctions/Trivial//Trivial Metafunctions Summary |10

Trivial Metafunctions Summary

In the following table, x is an arbitrary class type.

.. |first| replace:: first_ .. |second| replace:: second_ .. |base| replace:: base_

.. _first: .. _second: .. _base:

+---------------------------+-------------------------------------------+ | Metafunction | Header | +===========================+===========================================+ | first<x>::type | #include <boost/mpl/pair.hpp> | +---------------------------+-------------------------------------------+ | second<x>::type | #include <boost/mpl/pair.hpp> | +---------------------------+-------------------------------------------+ | base<x>::type | #include <boost/mpl/base.hpp> | +---------------------------+-------------------------------------------+

See Also

|Metafunctions|, |Trivial Metafunction|

.. copyright:: Copyright 2001-2009 Aleksey Gurtovoy and David Abrahams Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)