AFF --- A container for numbers (array) by Friederich and Forbriger.

◆ bvalue()

const char* bvalue ( const bool &  b)

print value of a bool

Examples:
tests/shapetest.cc.

Definition at line 86 of file shapetest.cc.

Referenced by steppers().

87 { if (b) return("true"); return("false"); }
Here is the caller graph for this function: