halcheck 1.0
Loading...
Searching...
No Matches
halcheck::lib::is_brace_constructible< T, Args > Struct Template Reference

Determines if a type is constructible from a given set of argument types using initiailizer-list-style construction. More...

#include <type_traits.hpp>

Inheritance diagram for halcheck::lib::is_brace_constructible< T, Args >:
halcheck::lib::is_detected< lib::brace_constructible, T, Args... >

Detailed Description

template<class T, typename... Args>
struct halcheck::lib::is_brace_constructible< T, Args >

Determines if a type is constructible from a given set of argument types using initiailizer-list-style construction.

Template Parameters
TThe type of value to construct.
ArgsThe types of arguments to construct a T with.

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