fennec
Loading...
Searching...
No Matches
fennec::is_assignable< ClassAT, ClassBT >

Check if ClassT can be constructed with ArgsT, i.e. ClassT(ArgsT...). This may be read as "is `ClassT` constructible with `ArgsT`". More...

#include <type_traits.h>

Inheritance diagram for fennec::is_assignable< ClassAT, ClassBT >:
[legend]
Collaboration diagram for fennec::is_assignable< ClassAT, ClassBT >:
[legend]

Detailed Description

template<typename ClassAT, typename ClassBT>
struct fennec::is_assignable< ClassAT, ClassBT >
Template Parameters
ClassATThe class type to test
ClassBTThe arguments for the specific constructor

Additional Inherited Members

- Public Member Functions inherited from fennec::integral_constant< bool_t, ValueV >
constexpr operator bool_t () const noexcept
 cast operator to allow for braced initialization
 
- Static Public Attributes inherited from fennec::integral_constant< bool_t, ValueV >
static constexpr bool_t value
 value of the constant
 

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