tlx
meta.hpp
Go to the documentation of this file.
1/*******************************************************************************
2 * tlx/meta.hpp
3 *
4 * Part of tlx - http://panthema.net/tlx
5 *
6 * Copyright (C) 2017 Timo Bingmann <tb@panthema.net>
7 *
8 * All rights reserved. Published under the Boost Software License, Version 1.0
9 ******************************************************************************/
10
11#ifndef TLX_META_HEADER
12#define TLX_META_HEADER
13
14//! \defgroup tlx_meta Meta-Template Programming
15//! Tools for easier meta-template programming
16
17/*[[[perl
18print "#include <$_>\n" foreach sort glob("tlx/meta/"."*.hpp");
19]]]*/
40#include <tlx/meta/log2.hpp>
43#include <tlx/meta/vexpand.hpp>
49// [[[end]]]
50
51#endif // !TLX_META_HEADER
52
53/******************************************************************************/