MySQL 9.6.0
Source Code Documentation
string_writer.h File Reference

Experimental API header. More...

#include <cassert>
#include <cstring>
#include <string_view>
#include "mysql/strconv/encode/out_str.h"
#include "mysql/strconv/encode/string_target.h"

Go to the source code of this file.

Classes

class  mysql::strconv::String_writer
 Class that serves as the target for encode(..., Is_string_target), which writes to a char * buffer without bounds checking. More...
 
class  mysql::strconv::detail::Constructible_string_writer
 String_writer subclass that can be instantiated. More...
 

Namespaces

namespace  mysql
 
namespace  mysql::strconv
 
namespace  mysql::strconv::detail
 

Detailed Description

Experimental API header.