/* * Author: Patrick-Christopher Mattulat * Company: Lynar Studios * E-Mail: webmaster@lynarstudios.com * Created: 2020-12-25 * Changed: 2022-05-05 * * */ #ifndef LS_STD_KV_PARSE_DATA_HPP #define LS_STD_KV_PARSE_DATA_HPP #include #include namespace ls { struct KvParseParameter { std::string::size_type index{}; ls::String line{}; }; } #endif