|
|
template<class C> |
| static constexpr auto | check (C *) -> std::enable_if_t< std::is_same_v< decltype(C::isAutoCreation), const bool >, bool > |
|
template<typename> |
| static constexpr bool | check (...) |
|
|
static constexpr bool | value = check<T>(nullptr) |
The documentation for this struct was generated from the following file: