ug4
ug::BinomialCoefficient< n, k > Struct Template Reference

#include <metaprogramming_util.h>

Public Types

enum  { value }
 

Detailed Description

template<size_t n, int k>
struct ug::BinomialCoefficient< n, k >

returns static value of binomial coefficient The struct value is:

n!

k! (n-k)!

Member Enumeration Documentation

◆ anonymous enum

template<size_t n, int k>
anonymous enum
Enumerator
value 

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