![]() |
MySQL 9.6.0
Source Code Documentation
|
Non-growable output buffer wrapper, represented as std::string. More...
#include <out_str.h>
Public Member Functions | |
| Out_str_fixed_string (String_tp &str) | |
Public Member Functions inherited from mysql::strconv::detail::Policy_fixed< Representation_tp, null_terminated_tp > | |
| template<class... Args_t> requires mysql::meta::Not_decayed<This_t, Args_t...> | |
| Policy_fixed (Args_t &&...args) | |
| Construct a new object, forwarding all arguments to the base class. More... | |
| void | resize (std::size_t size_arg) const |
| Assume that the character buffer has at least the given new size, and store the new size. More... | |
Additional Inherited Members | |
Static Public Attributes inherited from mysql::strconv::detail::Policy_fixed< Representation_tp, null_terminated_tp > | |
| static constexpr auto | resize_policy = Resize_policy::fixed |
| static constexpr auto | null_terminated = null_terminated_tp |
Non-growable output buffer wrapper, represented as std::string.
|
inlineexplicit |