Skip to content

itk::powstruct

More...

#include <itkPowerOfTwoPointTree.h>

Public Attributes

Name
const int c

Detailed Description

template <int a,
int b>
struct itk::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 2022-03-31 at 09:51:18 -0600