Print to the console the string "true" if the specified v is true, and the string "false" otherwise.
Synopsis
Declared in <bsls_bsltestutil.h>
void
debugprint(bool v);
Parameters
Name |
Description |
v |
boolean value to print |
Created with MrDocs