Skip to content

shapeworks::powstruct

More...

#include <PowerOfTwoPointTree.h>

Public Attributes

Name
const int c

Detailed Description

template <int a,
int b>
struct shapeworks::powstruct;

Compute pow(a,b)=c at compile time.

Public Attributes Documentation

variable c

static const int c = a * powstruct<a, b - 1>::c;

Updated on 2024-03-17 at 12:58:44 -0600