boost::capy::buffer_param::buffer_type
The buffer type (const_buffer or mutable_buffer)
Synopsis
using buffer_type = std::conditional_t<MakeConst, const_buffer, capy::buffer_type<BS>>;
Created with MrDocs