WPILibC++ 2025.1.1
|
#include <wpi/memory/threading.hpp>
Public Member Functions | |
locked_allocator (Alloc &alloc, Mutex &m) noexcept | |
locked_allocator (locked_allocator &&other) noexcept | |
~locked_allocator () noexcept | |
locked_allocator & | operator= (locked_allocator &&other) noexcept=delete |
Alloc & | operator* () const noexcept |
Alloc * | operator-> () const noexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
deletenoexcept |