|
Container System 0.1.0
High-performance C++20 type-safe container framework with SIMD-accelerated serialization
|
Functions | |
| std::tuple< std::optional< std::string >, std::optional< std::string > > | to_base64 (const std::vector< uint8_t > &data) |
| std::tuple< std::vector< uint8_t >, std::optional< std::string > > | from_base64 (const std::string &encoded) |
| void | replace (std::string &str, const std::string &from, const std::string &to) |
| std::tuple< std::optional< std::vector< uint8_t > >, std::optional< std::string > > | to_array (const std::string &str) |
| std::tuple< std::optional< std::string >, std::optional< std::string > > | to_string (const std::vector< uint8_t > &data) |
| std::tuple< std::vector< uint8_t >, std::optional< std::string > > utility_module::convert_string::from_base64 | ( | const std::string & | encoded | ) |
Definition at line 48 of file convert_string_stub.cpp.
| void utility_module::convert_string::replace | ( | std::string & | str, |
| const std::string & | from, | ||
| const std::string & | to ) |
Definition at line 72 of file convert_string_stub.cpp.
| std::tuple< std::optional< std::vector< uint8_t > >, std::optional< std::string > > utility_module::convert_string::to_array | ( | const std::string & | str | ) |
Definition at line 80 of file convert_string_stub.cpp.
| std::tuple< std::optional< std::string >, std::optional< std::string > > utility_module::convert_string::to_base64 | ( | const std::vector< uint8_t > & | data | ) |
Definition at line 22 of file convert_string_stub.cpp.
| std::tuple< std::optional< std::string >, std::optional< std::string > > utility_module::convert_string::to_string | ( | const std::vector< uint8_t > & | data | ) |
Definition at line 84 of file convert_string_stub.cpp.