boost::capy::buffer_array::value_type
The type of buffer stored in the array.
Synopsis
using value_type = std::conditional_t<IsConst, const_buffer, mutable_buffer>;
Created with MrDocs
The type of buffer stored in the array.
using value_type = std::conditional_t<IsConst, const_buffer, mutable_buffer>;
Created with MrDocs