struct buffer_allocation_record
Declaration
struct buffer_allocation_record { /* full declaration omitted */ };
Member Variables
- detail::buffer_id buffer_id
- std::string buffer_name
- detail::box<3> box
Friend Function Overview
- operator!=(const buffer_allocation_record & lhs, const buffer_allocation_record & rhs) → friend bool
- operator==(const buffer_allocation_record & lhs, const buffer_allocation_record & rhs) → friend bool
Friend Functions
¶friend bool operator!=(
const buffer_allocation_record& lhs,
const buffer_allocation_record& rhs)
friend bool operator!=(
const buffer_allocation_record& lhs,
const buffer_allocation_record& rhs)
Parameters
- const buffer_allocation_record& lhs
- const buffer_allocation_record& rhs
¶friend bool operator==(
const buffer_allocation_record& lhs,
const buffer_allocation_record& rhs)
friend bool operator==(
const buffer_allocation_record& lhs,
const buffer_allocation_record& rhs)
Parameters
- const buffer_allocation_record& lhs
- const buffer_allocation_record& rhs