| 5858 | } |
| 5859 | |
| 5860 | bool operator!=(const byte_container_with_subtype& rhs) const |
| 5861 | { |
| 5862 | return !(rhs == *this); |
| 5863 | } |
| 5864 | |
| 5865 | /// @brief sets the binary subtype |
| 5866 | /// @sa https://json.nlohmann.me/api/byte_container_with_subtype/set_subtype/ |
nothing calls this directly
no test coverage detected