Static Public Attributes

my_lib::Binomial< N, K > Struct Template Reference

Classe template calculant le binomial de manière statique. More...

List of all members.

Static Public Attributes

static const unsigned val = CondBinom<(N>=K),N,K>::val

Detailed Description

template<unsigned N, unsigned K>
struct my_lib::Binomial< N, K >

Classe template calculant le binomial de manière statique.

Cette classe délègue le calcule à CondBinom selon la comparaison entre N et K.

Template Parameters:
N le premier paramètre du binomial
K le second paramètre du binomial

Definition at line 52 of file Binomial.cc.


Member Data Documentation

template<unsigned N, unsigned K>
const unsigned my_lib::Binomial< N, K >::val = CondBinom<(N>=K),N,K>::val [static]

Definition at line 53 of file Binomial.cc.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Friends