Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
smallest_generator.h File Reference
Go to the source code of this file.
Data Structures | |
struct | smallest_uint_for_bits< NBITS > |
Template to determine the smallest unsigned int type that can contain a value with the specified number of bits. More... | |
struct | smallest_int_for_bits< NBITS > |
Template to determine the smallest signed int type that can contain a value with the specified number of bits. More... | |
struct | smallest_uint_for_value< VALUE > |
Template to determine the smallest unsigned int type that can contain the specified unsigned value. More... | |
struct | smallest_int_for_value< VALUE > |
Template to determine the smallest int type that can contain the specified signed value. More... | |
Namespaces | |
namespace | etl |
A multimap with the capacity defined at compile time. |
Detailed Description
Definition in file smallest_generator.h.
Generated on Tue Jul 12 2022 14:05:47 by
