GMP
0.3.0
Generative Metaprogramming library for C++
Loading...
Searching...
No Matches
gmp.hpp
Go to the documentation of this file.
1
// ___ __ __ ___
2
// / __| \/ | _ \ GMP(Generative Metaprogramming)
3
// | (_ | |\/| | _/ version 0.1.0
4
// \___|_| |_|_| https://github.com/lkimuk/gmp
5
//
6
// SPDX-FileCopyrightText: 2023-2026 Miles Li <https://www.cppmore.com/>
7
// SPDX-License-Identifier: MIT
8
//
9
// This file is part of the GMP (Generative Metaprogramming) library.
10
// Full project source: https://github.com/lkimuk/gmp
11
12
#ifndef GMP_HPP_
13
#define GMP_HPP_
14
45
#include <
gmp/macro/macro.hpp
>
46
#include <
gmp/meta/string.hpp
>
47
#include <
gmp/meta/meta.hpp
>
48
#include <
gmp/dp/singleton.hpp
>
49
#include <
gmp/dp/object_factory.hpp
>
50
#include <
gmp/meta/type_size.hpp
>
51
#include <
gmp/meta/named_operator.hpp
>
52
53
#endif
// GMP_HPP_
macro.hpp
meta.hpp
named_operator.hpp
object_factory.hpp
singleton.hpp
string.hpp
type_size.hpp
include
gmp
gmp.hpp
Generated by
1.9.8