Util: Change Job m_input string -> string_view
This commit is contained in:
@@ -65,7 +65,7 @@ public:
|
||||
|
||||
// --------------------------------------
|
||||
|
||||
static Value parse(const std::string& input);
|
||||
static Value parse(std::string_view input);
|
||||
static Value parse(std::ifstream& file);
|
||||
std::string dump(const uint32_t indent = 0, const char indentCharacter = ' ') const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user