![]() |
MySQL 9.6.0
Source Code Documentation
|
Base class for Out_str_growable_string. More...
#include <out_str.h>
Public Member Functions | |
| Policy_growable_string (auto &...args) | |
| Construct a new object, forwarding all arguments to the base class. More... | |
| mysql::utils::Return_status | resize (std::size_t size) const |
| Resize the std::string object. More... | |
Static Public Attributes | |
| static constexpr auto | resize_policy = Resize_policy::growable |
| static constexpr auto | null_terminated = Null_terminated::yes |
Base class for Out_str_growable_string.
| Representation_tp | base class to inherit from, which provides the string representation. |
|
inlineexplicit |
Construct a new object, forwarding all arguments to the base class.
|
inline |
Resize the std::string object.
| size | The new size |
|
staticconstexpr |
|
staticconstexpr |