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

Go to the source code of this file.

Classes

struct  is_nothrow_copy_constructible< T >
 Same as copy, but uses etl::is_nothrow_constructible<T, T const&>. More...
 

Namespaces

namespace  etl
 

Variables

template<typename T>
constexpr bool is_nothrow_copy_constructible_v = is_nothrow_copy_constructible<T>::value