MySQL 9.6.0
Source Code Documentation
mysql::strconv::Is_string_producer_pair Concept Reference

True for pairs of string producer counters/writers that can be used with out_str_write, i.e., the counter accepts a String_counter &, the writer accepts a String_writer &, and the return types are either void or Return_status. More...

#include <out_str_write.h>

Concept definition

template<class Counter, class Writer>
True if Test can be invoked with a String_counter & argument and returns void or Return_status.
Definition: out_str_write.h:52
True for pairs of string producer counters/writers that can be used with out_str_write,...
Definition: out_str_write.h:70
True if Test can be invoked with a String_writer & argument and returns void or Return_status.
Definition: out_str_write.h:59

Detailed Description

True for pairs of string producer counters/writers that can be used with out_str_write, i.e., the counter accepts a String_counter &, the writer accepts a String_writer &, and the return types are either void or Return_status.

Moreover, the same semantic requirements as for Is_string_producer apply.