basix_doc 0.1
int_bitsize_helper< C, p > Struct Template Reference

#include <int.hpp>

List of all members.

Public Types

Static Public Attributes


Detailed Description

template<typename C, C p>
struct mmx::int_bitsize_helper< C, p >

Definition at line 266 of file int.hpp.


Member Typedef Documentation

typedef unsigned_of_helper<C>::type uC

Definition at line 267 of file int.hpp.


Member Data Documentation

const uC up = (p < 0) ? -p : p [static]

Definition at line 268 of file int.hpp.

const nat value [static]
Initial value:

Definition at line 270 of file int.hpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines