CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::traits::constructible_from Concept Reference

#include <CeresEngine/Foundation/Traits/is_constructible_from.hpp>

Concept definition

template<class T, class... Args>
Definition is_constructible_from.hpp:23
bool constexpr is_constructible_from_v
A C++17 type trait equivalent to the C++20 constructible_from concept.
Definition is_constructible_from.hpp:19

Detailed Description