MySQL 9.1.0
Source Code Documentation
|
Template for structs to hold results from functions. More...
#include <result_type.h>
Public Attributes | |
bool | error |
VT | value |
Template for structs to hold results from functions.
That way values can be "returned" also from functions which can fail.
bool dd::ResultType< VT >::error |
VT dd::ResultType< VT >::value |