libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
jmmcg::LIBJMMCG_VER_NAMESPACE::modulus< V > Struct Template Reference

The result is the modulus of the value, V. More...

#include <integer_power.hpp>

Static Public Attributes

static constexpr long result =(sign<V>::result ? V : -V)
 

Detailed Description

template<long V>
struct jmmcg::LIBJMMCG_VER_NAMESPACE::modulus< V >

The result is the modulus of the value, V.

Definition at line 45 of file integer_power.hpp.

Member Data Documentation

◆ result

template<long V>
constexpr long jmmcg::LIBJMMCG_VER_NAMESPACE::modulus< V >::result =(sign<V>::result ? V : -V)
staticconstexpr

Definition at line 46 of file integer_power.hpp.


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