MySQL 9.1.0
Source Code Documentation
|
#include <config_option.h>
Public Types | |
using | value_type = V |
Public Member Functions | |
FloatingPointOption (value_type min_value=0, value_type max_value=std::numeric_limits< value_type >::max()) | |
value_type | operator() (const std::string &value, const std::string &option_desc) |
Private Attributes | |
value_type | min_value_ |
value_type | max_value_ |
using mysql_harness::FloatingPointOption< V >::value_type = V |
|
inline |
|
inline |
|
private |
|
private |