kumi v3.1.0
Exquisite Epidote
 
Loading...
Searching...
No Matches
kumi::is_homogeneous< T > Struct Template Reference

Detects if a given kwk::product_type instance is homogeneous. More...

Detailed Description

template<typename T>
struct kumi::is_homogeneous< T >

Detects if a given kwk::product_type instance is homogeneous.

Template Parameters
Tkumi::product_type to inspect

Helper variable

namespace kumi
{
template<typename T>
inline constexpr is_homogeneous_v = is_homogeneous<I,T>::value;
}
Main KUMI namespace.
Definition: algorithm.hpp:11
Detects if a given kwk::product_type instance is homogeneous.
Definition: traits.hpp:117