itk::powstruct
#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-07-23 at 17:50:03 -0600