![]() |
MySQL 9.6.0
Source Code Documentation
|
Growable output buffer wrapper, represented as std::string. More...
#include <out_str.h>
Public Member Functions | |
| Out_str_growable_string (String_tp &str) | |
Public Member Functions inherited from mysql::strconv::detail::Policy_growable_string< Representation_tp > | |
| 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... | |
Additional Inherited Members | |
Static Public Attributes inherited from mysql::strconv::detail::Policy_growable_string< Representation_tp > | |
| static constexpr auto | resize_policy = Resize_policy::growable |
| static constexpr auto | null_terminated = Null_terminated::yes |
Growable output buffer wrapper, represented as std::string.
|
inlineexplicit |