#include <config_option.h>
|
constexpr | IntOption (T min_value=std::numeric_limits< T >::min(), T max_value=std::numeric_limits< T >::max()) |
|
T | operator() (const std::string &value, const std::string &option_desc) |
|
std::optional< T > | operator() (const std::optional< std::string > &value, const std::string &option_desc) |
|
◆ value_type
◆ IntOption()
◆ operator()() [1/2]
std::optional< T > mysql_harness::IntOption< T >::operator() |
( |
const std::optional< std::string > & |
value, |
|
|
const std::string & |
option_desc |
|
) |
| |
|
inline |
◆ operator()() [2/2]
◆ max_value_
◆ min_value_
The documentation for this class was generated from the following file: