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

PrevUpHomeNext

manage_additional_parameters Struct Reference

Utility class to extract the additional parameters from the template parameters. More...

#include <manage_additional_parameters.hpp>


Detailed Description

Utility class to extract the additional parameters from the template parameters.

template< class AP1, class AP2, class AP3 >
struct manage_additional_parameters
{
    struct parameters
    {
        typedef -unspecified- set_type_of_relation;
        typedef -unspecified- data_hook;
        typedef -unspecified- allocator;
    };

    typedef parameters type;
};

See also bimap, bimap_core.


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

PrevUpHomeNext