PhoenixGraph  01.0.0
Set of tools to simplify graph manipulation
Loading...
Searching...
No Matches
pstatic_fact< 0 > Struct Reference

Compute the factorial of an unsigned int statically. More...

#include <pstatic_computation.h>

+ Inheritance diagram for pstatic_fact< 0 >:
+ Collaboration diagram for pstatic_fact< 0 >:

Public Types

enum  { Value = 1 }
 
enum  
 

Detailed Description

Compute the factorial of an unsigned int statically.

Definition at line 16 of file pstatic_computation.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
Value 

Definition at line 17 of file pstatic_computation.h.

◆ anonymous enum

anonymous enum

Definition at line 13 of file pstatic_computation.h.

13{Value = N * pstatic_fact<N - 1>::Value};
Compute the factorial of an unsigned int statically.

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