MySQL 9.6.0
Source Code Documentation
string_target.h File Reference

Experimental API header. More...

Go to the source code of this file.

Classes

class  mysql::strconv::detail::String_target_base
 Top of the hierarchy. More...
 
class  mysql::strconv::detail::String_target_interface< Self_tp >
 CRTP base class providing common helpers needed by String_writer and String_counter, namely, the function to resolve the format. More...
 
struct  mysql::strconv::detail::String_target_interface< Self_tp >::Can_invoke_encode_impl_pred< Format_t, Object_t >
 Helper type predicate used by detail::resolve_format. More...
 

Namespaces

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

Concepts

concept  mysql::strconv::detail::Can_invoke_encode_impl
 True if encode_impl can be invoked with the given format type and object type.
 
concept  mysql::strconv::Is_string_target
 Concept that holds for String_counter and String_writer.
 

Enumerations

enum class  mysql::strconv::Target_type { mysql::strconv::counter , mysql::strconv::writer }
 

Detailed Description

Experimental API header.