A type-safe, ordered collection of elements allocated on the stack, which can be loaned to a LoanableCollection. More...
#include <LoanableArray.hpp>
Public Member Functions | |
LoanableArray () | |
LoanableArray (const LoanableArray &)=delete | |
LoanableArray & | operator= (const LoanableArray &)=delete |
LoanableArray (LoanableArray &&)=delete | |
LoanableArray & | operator= (LoanableArray &&)=delete |
void ** | buffer_for_loans () const |
Get a buffer pointer that could be used on LoanableCollection::loan. | |
A type-safe, ordered collection of elements allocated on the stack, which can be loaned to a LoanableCollection.
|
inline |
|
delete |
|
delete |
|
inline |
Get a buffer pointer that could be used on LoanableCollection::loan.
|
delete |
|
delete |