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>
52
53#endif // GMP_HPP_