tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
is_constructible.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Typedefs

template<typename T, typename... Args>
using is_constructible = detail::is_constructible_helper<void_t<>, T, Args...>
 

Variables

template<typename T, typename... Args>
constexpr bool is_constructible_v = is_constructible<T, Args...>::value