![]() |
Soldered L86 M33 GNSS Library 1.0.0
Arduino library for communication with Soldered L86-M33 GNSS module
|
Go to the source code of this file.
Classes | |
| class | std::atomic< T > |
| struct | std::array< T, N > |
| class | std::unique_ptr< T > |
| struct | std::identity< T > |
Namespaces | |
| namespace | std |
Typedefs | |
| using | size_t = decltype(sizeof(char)) |
| typedef enum std::memory_order | std::memory_order |
| template<typename T > | |
| using | std::function = T * |
| using | std::nullptr_t = decltype(nullptr) |
Enumerations | |
| enum | std::memory_order { std::memory_order_relaxed , std::memory_order_acquire , std::memory_order_release , std::memory_order_seq_cst } |
Functions | |
| void | std::atomic_thread_fence (std::memory_order order) noexcept |
| template<typename T > | |
| T && | std::move (T &t) noexcept |
| template<typename T > | |
| T && | std::forward (typename identity< T >::type &t) noexcept |
| using size_t = decltype(sizeof(char)) |