mn::factorial< N > Struct Template Reference
Calculates the Nth factorial value. More...
#include <mn_functional.hpp>
Static Public Attributes | |
static constexpr size_t | value = N * factorial<N - 1>::value |
Detailed Description
template<size_t N>
struct mn::factorial< N >
Calculates the Nth factorial value.
- Template Parameters
-
N The number to find the factorial value of.
Member Data Documentation
◆ value
template<size_t N>
|
staticconstexpr |
The documentation for this struct was generated from the following file: