|
HEBI C++ API
1.0.0
|
A message field representable by a bool value. More...
#include <info.hpp>
Public Member Functions | |
| bool | has () const |
| True if (and only if) the field has a value. More... | |
| bool | get () const |
| If the field has a value, returns that value; otherwise, returns false. More... | |
A message field representable by a bool value.
| bool hebi::Info::BoolField::has | ( | ) | const |
True if (and only if) the field has a value.
| bool hebi::Info::BoolField::get | ( | ) | const |
If the field has a value, returns that value; otherwise, returns false.