aboutsummaryrefslogtreecommitdiff
path: root/libcutl/container/multi-index.hxx
blob: 455b57c390ee649189c6f5d3c738595c1ce3f114 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// file      : libcutl/container/multi-index.hxx
// license   : MIT; see accompanying LICENSE file

#ifndef LIBCUTL_CONTAINER_MULTI_INDEX_HXX
#define LIBCUTL_CONTAINER_MULTI_INDEX_HXX

// Multi-index containers support. See the following post for details:
//
// http://www.codesynthesis.com/~boris/blog/2012/09/11/emulating-boost-multi-index-with-std-containers/
//
#include <libcutl/container/key.hxx>
#include <libcutl/container/map-iterator.hxx>

#endif // LIBCUTL_CONTAINER_MULTI_INDEX_HXX