MySQL 9.3.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
trim.h File Reference
#include <string>
#include "my_inttypes.h"

Go to the source code of this file.

Namespaces

namespace  helper
 

Functions

void helper::left (std::string *to_trim)
 
void helper::right (std::string *to_trim)
 
void helper::trim (std::string *to_trim)
 
std::string helper::make_left (const std::string &to_trim)
 
std::string helper::make_right (const std::string &to_trim)
 
std::string helper::make_trim (const std::string &to_trim)