VCCC  2024.05
VisualCamp Common C++ library
multiples_of

Detailed Description

Classes

struct  multiples_of< T, A, B >
 check if A is multiples of B More...
 

Typedefs

template<typename T , T A, T B>
using multiples_of_t = typename multiples_of< T, A, B >::type
 

Typedef Documentation

◆ multiples_of_t

using multiples_of_t = typename multiples_of<T, A, B>::type