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

True if Test is an Output String Wrapper with Resize_policy fixed. More...

#include <out_str.h>

Concept definition

template<class Test>
(Test::resize_policy == Resize_policy::fixed)
True if Test is an Output String Wrapper with Resize_policy fixed.
Definition: out_str.h:235
True if Test is an Output String Wrapper, i.e., derived from Out_str_base.
Definition: out_str.h:219

Detailed Description

True if Test is an Output String Wrapper with Resize_policy fixed.