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

PrevUpHomeNext

storage_finder Struct Reference

Obtain the a storage with the correct layout. More...

#include <structured_pair.hpp>


Detailed Description

Obtain the a storage with the correct layout.

template< class FirstType, class SecondType, class Layout >
struct storage_finder
{
    typedef {normal/mirror}_storage<FirstType,SecondType> type;
};

See also normal_storage, mirror_storage.


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

PrevUpHomeNext