|
CeresEngine 0.2.0
A game development framework
|
#include <type_traits>Go to the source code of this file.
Classes | |
| struct | CeresEngine::traits::is_constructible_from< T, Args > |
| A C++17 type trait equivalent to the C++20 constructible_from concept. More... | |
Namespaces | |
| namespace | CeresEngine |
| namespace | CeresEngine::traits |
Concepts | |
| concept | CeresEngine::traits::constructible_from |
Variables | |
| template<class T , class... Args> | |
| bool constexpr | CeresEngine::traits::is_constructible_from_v = is_constructible_from<T>::value |
| A C++17 type trait equivalent to the C++20 constructible_from concept. | |