|
Lbug C++ API
|
Go to the source code of this file.
Namespaces | |
| namespace | lbug |
| namespace | lbug::common |
| namespace | lbug::common::string_format_detail |
Macros | |
| #define | MAP_STD_TO_STRING(typ) |
| #define | MAP_SELF(typ) |
Functions | |
| lbug::common::string_format_detail::MAP_SELF (const char *) | |
| std::string | lbug::common::string_format_detail::map (signed char v) |
| std::string | lbug::common::string_format_detail::map (unsigned char v) |
| template<typename... Args> | |
| void | lbug::common::string_format_detail::stringFormatHelper (std::string &ret, std::string_view format, Args &&... args) |
| template<typename Arg, typename... Args> | |
| void | lbug::common::string_format_detail::stringFormatHelper (std::string &ret, std::string_view format, Arg &&arg, Args &&... args) |
| template<typename... Args> | |
| std::string | lbug::common::stringFormat (std::string_view format, Args &&... args) |
| #define MAP_SELF | ( | typ | ) |
| #define MAP_STD_TO_STRING | ( | typ | ) |