LiteFX 0.4.1.2025
Computer Graphics Engine
|
Evaluates to either true
or false
, if T can be constructed using the provided arguments and at the same time can also be converted from TArg .
More...
#include <traits.hpp>
Inherits std::bool_constant< std::is_constructible_v< T, TArg, TArgs... > &&std::is_convertible_v< TArg, T > >.
Evaluates to either true
or false
, if T can be constructed using the provided arguments and at the same time can also be converted from TArg .
T | The type to check. |
TArg | The parameter to check for conversion support. |
...TArgs | The remaining constructor parameters. |