MCKL
Monte Carlo Kernel Library
Static Public Attributes | List of all members
mckl::internal::Pow< UIntType, B, N > Class Template Reference

#include <mckl/internal/const_math.hpp>

Static Public Attributes

static constexpr UIntType value = static_cast<UIntType>(PowL<B, N>::value)
 

Detailed Description

template<typename UIntType, unsigned long long B, unsigned N>
class mckl::internal::Pow< UIntType, B, N >

Definition at line 128 of file const_math.hpp.

Member Data Documentation

◆ value

template<typename UIntType , unsigned long long B, unsigned N>
constexpr UIntType mckl::internal::Pow< UIntType, B, N >::value = static_cast<UIntType>(PowL<B, N>::value)
static

Definition at line 131 of file const_math.hpp.