OpenWalnut  1.4.0
Public Types | List of all members
WBinom< n, 0 > Struct Template Reference

Specialization for k = 0. More...

#include <WCompileTimeFunctions.h>

Public Types

enum  { value = 1 }
 Using an enum here instead of a static constant. More...
 

Detailed Description

template<std::size_t n>
struct WBinom< n, 0 >

Specialization for k = 0.

Definition at line 99 of file WCompileTimeFunctions.h.

Member Enumeration Documentation

template<std::size_t n>
anonymous enum

Using an enum here instead of a static constant.

Enumerator
value 

The computed value.

Definition at line 104 of file WCompileTimeFunctions.h.


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