CLAW Library (a C++ Library Absolutely Wonderful) 1.5.5
Public Types

claw::unsigned_integer_of_size< Size > Struct Template Reference

Define the type of an unsigned integer stored with a given number of bits. Template parameters

More...

#include <types.hpp>

List of all members.

Public Types

typedef find_type_by_size
< Size, unsigned_integers >
::type 
type

Detailed Description

template<std::size_t Size>
struct claw::unsigned_integer_of_size< Size >

Define the type of an unsigned integer stored with a given number of bits. Template parameters

Definition at line 123 of file types.hpp.


Member Typedef Documentation

template<std::size_t Size>
typedef find_type_by_size<Size, unsigned_integers>::type claw::unsigned_integer_of_size< Size >::type

Definition at line 125 of file types.hpp.


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