![]() |
Soldered 125kHz RFID board Arduino library 1.0.0
Library for Soldered 125kHz RFID board.
|
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)) |