Function navtk::utils::operator<<
Defined in File ValidationResult.hpp
Function Documentation
-
std::ostream &navtk::utils::operator<<(std::ostream &os, ValidationResult validation_result)
Print the name-qualified human-readable name of the navtk::ValidationResult, for example,
"ValidationResult::GOOD"- Parameters
os – Stream output
validation_result – Value to print to the stream.
- Returns
The output stream
os.