CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::traits::is_constructible_from< T, Args > Struct Template Reference

A C++17 type trait equivalent to the C++20 constructible_from concept. More...

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

Inheritance diagram for CeresEngine::traits::is_constructible_from< T, Args >:

Detailed Description

template<class T, class... Args>
struct CeresEngine::traits::is_constructible_from< T, Args >

A C++17 type trait equivalent to the C++20 constructible_from concept.


The documentation for this struct was generated from the following file: