BLE: Expose representation type in ble::Duration.

pull/8738/head
Vincent Coubard 2018-11-23 21:26:10 +00:00
parent ce2460a92a
commit 6c09b6c465
1 changed files with 5 additions and 0 deletions

View File

@ -94,6 +94,11 @@ template<
typename Forever = void* typename Forever = void*
> >
struct Duration { struct Duration {
/**
* Type of the actual representation.
*/
typedef Rep representation_t;
/** /**
* Construct a default Duration. * Construct a default Duration.
* *