CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::impl::is_explicitly_constructible_t< Type, Arguments > Struct Template Reference

A type trait type that checks if Type is explicitly constructible from Arguments. More...

#include <CeresEngine/Foundation/TypeTraits.hpp>

Inheritance diagram for CeresEngine::impl::is_explicitly_constructible_t< Type, Arguments >:

Detailed Description

template<typename Type, typename... Arguments>
struct CeresEngine::impl::is_explicitly_constructible_t< Type, Arguments >

A type trait type that checks if Type is explicitly constructible from Arguments.


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