is_static_impl< T > Struct Template Reference#
ck_tile::impl::is_static_impl< T > Struct Template Reference
#include <type_traits.hpp>
Static Public Attributes | |
| static constexpr bool | value |
Member Data Documentation
◆ value
template<typename T>
|
staticconstexpr |
Initial value:
= []() {
return T::is_static();
else
return std::is_arithmetic<T>::value;
}()
typename detail::detector< nonesuch, void, Op, Args... >::value_t is_detected
Definition type_traits.hpp:67
The documentation for this struct was generated from the following file: