|
Container System 0.1.0
High-performance C++20 type-safe container framework with SIMD-accelerated serialization
|
String conversion utilities. More...
#include <convert_string.h>

Static Public Member Functions | |
| template<typename T > | |
| static std::string | to_string (const T &value) |
| static std::string | to_string (bool value) |
| static const std::string & | to_string (const std::string &value) |
| template<typename T > | |
| static T | from_string (const std::string &str) |
| static std::string | bytes_to_hex (const std::vector< uint8_t > &bytes) |
| static std::vector< uint8_t > | hex_to_bytes (const std::string &hex) |
| static std::string | trim (const std::string &str) |
| static std::vector< std::string > | split (const std::string &str, char delimiter) |
| static std::string | join (const std::vector< std::string > &strings, const std::string &delimiter) |
String conversion utilities.
Definition at line 19 of file convert_string.h.
|
inlinestatic |
Definition at line 69 of file convert_string.h.
|
inlinestatic |
Definition at line 45 of file convert_string.h.
|
inlinestatic |
Definition at line 79 of file convert_string.h.
|
inlinestatic |
Definition at line 115 of file convert_string.h.
|
inlinestatic |
Definition at line 102 of file convert_string.h.
|
inlinestatic |
Definition at line 34 of file convert_string.h.
|
inlinestatic |
Definition at line 39 of file convert_string.h.
|
inlinestatic |
Definition at line 23 of file convert_string.h.
|
inlinestatic |
Definition at line 93 of file convert_string.h.