Kenji Arai / mbed-os_TYBLE16

Dependents:   TYBLE16_simple_data_logger TYBLE16_MP3_Air

Embed: (wiki syntax)

« Back to documentation index

Range< Min, Max > Struct Template Reference

Range< Min, Max > Struct Template Reference

Define a compile time range. More...

#include <Duration.h>


Detailed Description

template<uint32_t Min, uint32_t Max>
struct ble::Range< Min, Max >

Define a compile time range.

Template Parameters:
Minleft-bound
Maxright-bound

Definition at line 34 of file Duration.h.