¶std::string make_buffer_debug_label(
buffer_id bid,
const std::string& name = "")
std::string make_buffer_debug_label(
buffer_id bid,
const std::string& name = "")
Description
Print the buffer id as either 'B1' or 'B1 "name"' (if name
is non-empty)
Parameters
- buffer_id bid
- const std::string& name = ""