MySQL 8.0.39
Source Code Documentation
EventFlags::Pos Namespace Reference

Variables

constexpr pos_type Timeout = 0
 
constexpr pos_type Read = 1
 
constexpr pos_type Write = 2
 
constexpr pos_type Signal = 3
 
constexpr pos_type _LAST = Signal
 

Variable Documentation

◆ _LAST

constexpr pos_type EventFlags::Pos::_LAST = Signal
constexpr

◆ Read

constexpr pos_type EventFlags::Pos::Read = 1
constexpr

◆ Signal

constexpr pos_type EventFlags::Pos::Signal = 3
constexpr

◆ Timeout

constexpr pos_type EventFlags::Pos::Timeout = 0
constexpr

◆ Write

constexpr pos_type EventFlags::Pos::Write = 2
constexpr