claw 1.9.0
 
Loading...
Searching...
No Matches
claw::integer_of_size< Size > Struct Template Reference

Define the type of a signed integer stored with a given number of bits. Template parameters. More...

#include <types.hpp>

Public Types

typedef find_type_by_size< Size, signed_integers >::type type
 The integer type that matches the given size.
 

Detailed Description

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

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

  • Size The number of bytes in the types.

Definition at line 111 of file types.hpp.

Member Typedef Documentation

◆ type

template<std::size_t Size>
typedef find_type_by_size<Size,signed_integers>::type claw::integer_of_size< Size >::type

The integer type that matches the given size.

Definition at line 114 of file types.hpp.


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