PhoenixGraph  01.0.0
Set of tools to simplify graph manipulation
Loading...
Searching...
No Matches
PPower< V, 1 > Struct Template Reference

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

#include <pstatic_computation.h>

+ Inheritance diagram for PPower< V, 1 >:
+ Collaboration diagram for PPower< V, 1 >:

Public Types

enum  { Value = V }
 
enum  
 

Detailed Description

template<unsigned int V>
struct PPower< V, 1 >

Compute the power of an unsigned int statically.

Definition at line 25 of file pstatic_computation.h.

Member Enumeration Documentation

◆ anonymous enum

template<unsigned int V>
anonymous enum
Enumerator
Value 

Definition at line 26 of file pstatic_computation.h.

26{Value = V};
Compute the power of an unsigned int statically.

◆ anonymous enum

anonymous enum

Definition at line 22 of file pstatic_computation.h.

22{Value = V * PPower<V, N - 1>::Value};

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