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

#include <mckl/internal/const_math.hpp>

Static Public Attributes

static constexpr UIntType value = N * Factorial<UIntType, N - 1>::value
 

Detailed Description

template<typename UIntType, unsigned N>
class mckl::internal::Factorial< UIntType, N >

Definition at line 174 of file const_math.hpp.

Member Data Documentation

◆ value

template<typename UIntType , unsigned N>
constexpr UIntType mckl::internal::Factorial< UIntType, N >::value = N * Factorial<UIntType, N - 1>::value
static

Definition at line 177 of file const_math.hpp.