/* * Author: Patrick-Christopher Mattulat * Company: Lynar Studios * E-Mail: webmaster@lynarstudios.com * Created: 2023-02-10 * Changed: 2023-02-10 * * */ #ifndef LS_STD_SECTION_PAIR_TYPES_HPP #define LS_STD_SECTION_PAIR_TYPES_HPP #include namespace ls::std::io { using section_pair_identifier = ::std::string; using section_pair_row_value = ::std::string; } #endif