GMP
0.4.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
50
#include <
gmp/macro/macro.hpp
>
51
#include <
gmp/meta/string.hpp
>
52
#include <
gmp/meta/meta.hpp
>
53
#include <
gmp/dp/singleton.hpp
>
54
#include <
gmp/dp/object_factory.hpp
>
55
#include <
gmp/meta/type_size.hpp
>
56
#include <
gmp/meta/named_operator.hpp
>
57
#include <
gmp/serialization/json.hpp
>
58
#include <
gmp/serialization/xml.hpp
>
59
60
#endif
// GMP_HPP_
json.hpp
macro.hpp
meta.hpp
named_operator.hpp
object_factory.hpp
singleton.hpp
string.hpp
type_size.hpp
xml.hpp
include
gmp
gmp.hpp
Generated by
1.9.8