Browse Source

tofrom_string.hpp

config
Antonio SJ Musumeci 5 days ago
parent
commit
924ee1fd93
  1. 2
      src/tofrom_string.hpp

2
src/tofrom_string.hpp

@ -26,5 +26,5 @@ class ToFromString
public:
virtual std::string to_string() const = 0;
virtual int from_string(const std::string_view) = 0;
bool display = false;
bool display = true;
};
Loading…
Cancel
Save