Back to Arangodb

void_

3rdParty/boost/1.78.0/libs/mpl/doc/refmanual/void.html

3.12.9.11.3 KB
Original Source

| Prev Next | Back Along | Up Home | Full TOC | Front Page / Data Types / Miscellaneous / void_ |

void_

Synopsis

struct[void\_](./void.html){
    typedef[void\_](./void.html)type;
};

template< typename T > struct is_void;

Description

void_ is a generic type placeholder representing "nothing".

#include <[boost/mpl/void.hpp](../../../../boost/mpl/void.hpp)>

See also

Data Types, pair, empty_base, bool_, int_, integral_c

| Prev Next | Back Along | Up Home | Full TOC |

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) |