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:
tests
shapetest.cc
Generated on Mon Aug 21 2023 17:36:08 for AFF --- A container for numbers (array) by Friederich and Forbriger. by
1.8.14