VCCC  2024.05
VisualCamp Common C++ library

Detailed Description

Classes

struct  is_odd< T, A >
 check if a value is odd More...
 

Typedefs

template<typename T , T A>
using is_odd_t = typename is_odd< T, A >::type
 

Typedef Documentation

◆ is_odd_t

using is_odd_t = typename is_odd<T, A>::type