19.1.1.4. LoanableArray
-
template<typename T, std::size_t num_items>
struct LoanableArray : public std::array<T, num_items> A type-safe, ordered collection of elements allocated on the stack, which can be loaned to a LoanableCollection.
Public Functions
-
inline void **buffer_for_loans() const
Get a buffer pointer that could be used on LoanableCollection::loan.
- Returns:
buffer pointer for loans.
-
inline void **buffer_for_loans() const