![]() |
MySQL 9.6.0
Source Code Documentation
|
Non-growable output buffer wrapper, represented as raw pointers to the beginning and end, null-terminated. More...
#include <out_str.h>
Public Member Functions | |
| template<class... Args_t> requires mysql::meta::Not_decayed<This_t, Args_t...> | |
| Out_str_fixed_ptrptr_z (Args_t &&...args) | |
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... | |
Private Types | |
| using | This_t = Out_str_fixed_ptrptr_z< Char_tp > |
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 raw pointers to the beginning and end, null-terminated.
|
private |
|
inlineexplicit |