PALISADE Lattice Crypto Library  1.11.9
A lattice crypto library for software engineers by software engineers.
Static Public Attributes | List of all members
bigintfxd::UIntBitWidth< uint_type > Struct Template Reference

Struct for calculating bit width from data type. Sets value to the bitwidth of uint_type. More...

#include <ubintfxd.h>

Static Public Attributes

static const int value = 8 * sizeof(uint_type)
 

Detailed Description

template<typename uint_type>
struct bigintfxd::UIntBitWidth< uint_type >

Struct for calculating bit width from data type. Sets value to the bitwidth of uint_type.

Template Parameters
uint_typenative integer data type.

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