pputl  0.2.1
pputl Preprocessor Utilities
gen.h
Go to the documentation of this file.
1 #ifndef PPUTL_GEN_H_INCLUDED
2 #define PPUTL_GEN_H_INCLUDED
3 #///// c++20
4 #///////////////////////////////////////////////////////////////////////////////
5 #/// @brief Group file for \link gen pputl.gen\endlink -
6 #/// Contains tools for preprocessor argument generation
7 #/// @file
8 #/// @defgroup gen gen
9 #/// @ingroup pputl
10 #// __ ___
11 #// /\ \__/\_ \
12 #// _____ _____ __ __\ \ ,_\//\ \
13 #// /\ '__`\/\ '__`\/\ \/\ \\ \ \/ \ \ \
14 #// \ \ \_\ \ \ \_\ \ \ \_\ \\ \ \_ \_\ \_
15 #// \ \ ,__/\ \ ,__/\ \____/ \ \__\/\____\
16 #// \ \ \ \ \ \ \/___/ \/__/\/____/
17 #// \/_/ \/_/
18 #//
19 #// pputl Preprocessor Utilities
20 #// Copyright (C) 2020 Justin Collier <m@jpcx.dev>
21 #//
22 #// This program is free software: you can redistribute it and/or modify
23 #// it under the terms of the GNU General Public License as published by
24 #// the Free Software Foundation, either version 3 of the License, or
25 #// (at your option) any later version.
26 #//
27 #// This program is distributed in the hope that it will be useful,
28 #// but WITHOUT ANY WARRANTY; without even the internalied warranty of
29 #// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
30 #// GNU General Public License for more details.
31 #// //
32 #// You should have received a copy of the GNU General Public License ///
33 #// along with this program. If not, see <https://www.gnu.org/licenses/>. ////
34 #///////////////////////////////////////////////////////////////////////////////
35 #
36 #include "pputl/gen/any.h"
37 #include "pputl/gen/repeat.h"
38 #
39 #endif