MySQL 9.1.0
Source Code Documentation
string.h File Reference
#include "harness_export.h"
#include <string>
#include <vector>
#include "my_compiler.h"

Go to the source code of this file.

Namespaces

namespace  mysql_harness
 
namespace  mysql_harness::utility
 
namespace  mysql_harness::detail
 

Concepts

concept  mysql_harness::detail::range
 

Functions

std::vector< std::string > HARNESS_EXPORT mysql_harness::utility::wrap_string (const std::string &to_wrap, std::size_t width, std::size_t indent_size)
 
HARNESS_EXPORT std::string mysql_harness::utility::string_format (const char *format,...)
 
std::string mysql_harness::join (const detail::range auto &rng, std::string_view delim)
 join elements of a range into a string separated by a delimiter. More...
 
template<class T >
constexpr bool mysql_harness::str_in_collection (const T &t, const std::string_view &k)