OpenWalnut  1.4.0
Public Types
WFactorial< n > Struct Template Reference

Implements compile-time evaluation of factorials. More...

#include <WCompileTimeFunctions.h>

List of all members.

Public Types

enum  { value = n * WFactorial< n - 1 >::value }

Detailed Description

template<std::size_t n>
struct WFactorial< n >

Implements compile-time evaluation of factorials.

Definition at line 34 of file WCompileTimeFunctions.h.


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