SimpleBLE Lib for OBCP ENSMM

Dependencies:   BLE_API

Dependents:   SimpleBLE-ObCp_test-BLE_envoi SimpleBLE-ObCp_test-BLE Roller_catcher_Envoi Roller_catcher_Envoi ... more

Embed: (wiki syntax)

« Back to documentation index

SimpleCharBase< T > Class Template Reference

SimpleCharBase< T > Class Template Reference

Class that we wrap in SimpleChar so we can just implement operators, without having to type the full type of U when using this code. More...

#include <SimpleBLE.h>

Inherited by SimpleCharInternal< T, U >.


Detailed Description

template<class T>
class SimpleCharBase< T >

Class that we wrap in SimpleChar so we can just implement operators, without having to type the full type of U when using this code.

Whenever we get 'auto' we can get rid of this.

Definition at line 75 of file SimpleBLE.h.