QMCPACK
PowerOfN< N, D > Struct Template Reference
+ Collaboration diagram for PowerOfN< N, D >:

Public Types

enum  { value = N * PowerOfN<N, D - 1>::value }
 

Detailed Description

template<int N, unsigned D>
struct qmcplusplus::PowerOfN< N, D >

Definition at line 24 of file ParticleBConds.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
value 

Definition at line 26 of file ParticleBConds.h.

27  {
28  value = N * PowerOfN<N, D - 1>::value
29  };

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