Boost C++ Libraries Boost.Bimap Home Libraries People FAQ More

PrevUpHomeNext

inverse_layout Struct Reference

Metafunction to obtain the inverse of a layout. More...

#include <pair_layout.hpp>


Detailed Description

Metafunction to obtain the inverse of a layout.

template< class Layout >
struct inverse_layout
{
    typedef {InverseLayout} type;
};

See also normal_layout, mirror_layout.


The documentation for this struct was generated from the following file:
Copyright 2006 Matias Capeletto

PrevUpHomeNext