Difference between revisions of "PrintBool"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "<onlyinclude> Prints the given bool with the given prefix text - to the console, if its available. </onlyinclude> <syntaxhighlight lang="cpp"> void printBool(const string &prefix...")
 
(No difference)

Latest revision as of 19:36, 22 August 2012

Prints the given bool with the given prefix text - to the console, if its available.

void printBool(const string &prefix, bool b)