|
|
template<class T, int numValidCtors> |
| static bool | add () |
| |
|
static std::enable_if_t< std::is_abstract_v< U >||is_tuple_constructible_v< U, void >, bool > | add () |
| |
|
static std::enable_if_t<!std::is_abstract_v< U > &&!is_tuple_constructible_v< U, void >, bool > | add () |
| |
|
|
template<class> |
| static constexpr bool | is_constructible_v = false |
| |
|
static constexpr bool | is_constructible_v |
| |
The documentation for this struct was generated from the following file: