Direct-BT v3.3.0-1-gc2d430c
Direct-BT - Direct Bluetooth Programming.
|
Go to the source code of this file.
Classes | |
struct | jau::callocator< T > |
A simple allocator using POSIX C functions: ::malloc() , ::free() and ::realloc() . More... | |
struct | jau::callocator< T >::rebind< U > |
Namespaces | |
namespace | jau |
__pack(...): Produces MSVC, clang and gcc compatible lead-in and -out macros. | |
Functions | |
template<class T1 , class T2 > | |
bool | jau::operator!= (const callocator< T1 > &lhs, const callocator< T2 > &rhs) noexcept |
template<class T1 , class T2 > | |
bool | jau::operator== (const callocator< T1 > &lhs, const callocator< T2 > &rhs) noexcept |