All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends Macros Pages
bimap_traits.hpp
Go to the documentation of this file.
1 //=======================================================================
2 // Copyright (c) 2013 Piotr Wygocki
3 //
4 // Distributed under the Boost Software License, Version 1.0. (See
5 // accompanying file LICENSE_1_0.txt or copy at
6 // http://www.boost.org/LICENSE_1_0.txt)
7 //=======================================================================
15 #ifndef PAAL_BIMAP_TRAITS_HPP
16 #define PAAL_BIMAP_TRAITS_HPP
17 
18 namespace paal {
19 namespace data_structures {
20 
21 template <typename Bimap> struct bimap_traits;
22 
23 } // data_structures
24 } // paal
25 
26 #endif // PAAL_BIMAP_TRAITS_HPP