![]() |
MySQL 9.6.0
Source Code Documentation
|
Helper type that wraps the varargs of concat in a struct containing a tuple.
More...
#include <concat_object.h>
Public Types | |
| using | Tuple_t = std::tuple< const Args_tp &... > |
Public Member Functions | |
| Concat_object (const Args_tp &...args) | |
| Construct a new Concat_object whose tuple elements are the given arguments. More... | |
Public Attributes | |
| Tuple_t | m_args |
| Tuple holding objects to be concatenated. More... | |
Helper type that wraps the varargs of concat in a struct containing a tuple.
| using mysql::strconv::Concat_object< Args_tp >::Tuple_t = std::tuple<const Args_tp &...> |
|
inlineexplicit |
Construct a new Concat_object whose tuple elements are the given arguments.
| Tuple_t mysql::strconv::Concat_object< Args_tp >::m_args |
Tuple holding objects to be concatenated.