Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/boost/bimap.hpp was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // Boost.Bimap
0002 //
0003 // Copyright (c) 2006-2007 Matias Capeletto
0004 //
0005 // Distributed under the Boost Software License, Version 1.0.
0006 // (See accompanying file LICENSE_1_0.txt or copy at
0007 // http://www.boost.org/LICENSE_1_0.txt)
0008 
0009 //  See www.boost.org/libs/bimap for documentation.
0010 
0011 // Convenience header
0012 
0013 #include <boost/bimap/bimap.hpp>
0014 
0015 namespace boost
0016 {
0017     using ::boost::bimaps::bimap;
0018 }
0019