|  | MySQL 9.5.0
    Source Code Documentation | 
| Classes | |
| class | option_base | 
| base-class of socket options.  More... | |
| Typedefs | |
| template<int Level, int Name> | |
| using | boolean = option_base< Level, Name, bool, int > | 
| socket option that uses bool as value_type.  More... | |
| template<int Level, int Name> | |
| using | integer = option_base< Level, Name, int, int > | 
| socket option that uses int as value_type.  More... | |
| using net::socket_option::boolean = typedef option_base<Level, Name, bool, int> | 
socket option that uses bool as value_type.
| using net::socket_option::integer = typedef option_base<Level, Name, int, int> | 
socket option that uses int as value_type.