Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
std::is_nothrow_copy_constructible< T > Class Template Reference

Type trait to detect if an instance of T is copy constructible without throwing. More...

Inheritance diagram for std::is_nothrow_copy_constructible< T >:
Inheritance graph

Additional Inherited Members

- Public Types inherited from std::integral_constant< bool, Value >
using type
 The type of this class.
 
using value_type
 The type of the value.
 
- Public Member Functions inherited from std::integral_constant< bool, Value >
constexpr operator value_type () const noexcept
 Implicit conversion to Type.
 
constexpr operator value_type () const noexcept
 Implicit conversion to Type.
 
constexpr auto operator() () const noexcept -> value_type
 Nullary function call operator.
 
constexpr auto operator() () const noexcept -> value_type
 Nullary function call operator.
 
- Static Public Attributes inherited from std::integral_constant< bool, Value >
static constexpr value_type value
 The constant.
 
static constexpr value_type value
 The constant.
 

Detailed Description

template<typename T>
class std::is_nothrow_copy_constructible< T >

Type trait to detect if an instance of T is copy constructible without throwing.

Template Parameters
TThe type of the value to check

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