@brief print nothing for a null element.
| 72 | |
| 73 | /// @brief print nothing for a null element. |
| 74 | void operator()(osvr::common::PathNode const &, |
| 75 | osvr::common::elements::NullElement const &) {} |
| 76 | |
| 77 | /// @brief We might print something for a sensor element. |
| 78 | void operator()(osvr::common::PathNode const &node, |
nothing calls this directly
no test coverage detected