stator
A math, geometry, and utility library
Static Public Attributes | List of all members
sym::is_whole_factor< C_arg, factor, offset > Struct Template Reference

#include <constants.hpp>

Static Public Attributes

static const bool value = (std::ratio_divide<std::ratio_subtract<std::ratio<C_arg::num, C_arg::den>, std::ratio<offset::num, offset::den> >, std::ratio<factor::num, factor::den> >::den == 1)
 

Detailed Description

template<class C_arg, class factor, class offset = std::ratio<0>>
struct sym::is_whole_factor< C_arg, factor, offset >

Definition at line 161 of file constants.hpp.

Member Data Documentation

◆ value

template<class C_arg , class factor , class offset = std::ratio<0>>
const bool sym::is_whole_factor< C_arg, factor, offset >::value = (std::ratio_divide<std::ratio_subtract<std::ratio<C_arg::num, C_arg::den>, std::ratio<offset::num, offset::den> >, std::ratio<factor::num, factor::den> >::den == 1)
static

Definition at line 162 of file constants.hpp.


The documentation for this struct was generated from the following file: