|
GMP 0.4.0
Generative Metaprogramming library for C++
|
#include <cstddef>#include <type_traits>#include <utility>#include <gmp/meta/config.hpp>#include <gmp/meta/meta.hpp>Go to the source code of this file.
Namespaces | |
| namespace | gmp |
Functions | |
| template<typename T > | |
| consteval std::size_t | gmp::type_size () |
| Calculate the actual payload size of a type without aggregate padding. | |