get string representation of physical device
| 431 | |
| 432 | //! get string representation of physical device |
| 433 | std::string to_string_physical() const { |
| 434 | return m_impl ? m_impl->locator().to_string() : "invalid"; |
| 435 | } |
| 436 | |
| 437 | //! get string representation of logical device |
| 438 | std::string to_string_logical() const { |
no test coverage detected