|
halcheck 1.0
|
Determines if a type is constructible from a given set of argument types using initiailizer-list-style construction. More...
#include <type_traits.hpp>
Determines if a type is constructible from a given set of argument types using initiailizer-list-style construction.
| T | The type of value to construct. |
| Args | The types of arguments to construct a T with. |