|
@@ -1,21 +0,0 @@
|
|
|
-/*
|
|
|
- * Author: Patrick-Christopher Mattulat
|
|
|
- * Company: Lynar Studios
|
|
|
- * E-Mail: webmaster@lynarstudios.com
|
|
|
- * Created: 2020-12-25
|
|
|
- * Changed: 2023-02-08
|
|
|
- *
|
|
|
- * */
|
|
|
-
|
|
|
-#ifndef LS_STD_KV_TYPES_HPP
|
|
|
-#define LS_STD_KV_TYPES_HPP
|
|
|
-
|
|
|
-#include <string>
|
|
|
-
|
|
|
-namespace ls::std::core::type
|
|
|
-{
|
|
|
- using kv_key = ::std::string;
|
|
|
- using kv_value = ::std::string;
|
|
|
-}
|
|
|
-
|
|
|
-#endif
|