![]() |
Soldered L86 M33 GNSS Library 1.0.0
Arduino library for communication with Soldered L86-M33 GNSS module
|
#include <ghostl.h>
Public Types | |
| using | pointer = T * |
Public Member Functions | |
| unique_ptr () noexcept | |
| unique_ptr (pointer p) | |
| pointer | operator-> () const noexcept |
| T & | operator[] (decltype(sizeof(0)) i) const |
| void | reset (pointer p=pointer()) noexcept |
| T & | operator* () const |
Private Attributes | |
| pointer | ptr |
| using std::unique_ptr< T >::pointer = T* |
|
inlinenoexcept |
|
inline |
|
inline |
|
inlinenoexcept |
|
inline |
|
inlinenoexcept |
|
private |