Apache Mesos
|
#include <loop.hpp>
Classes | |
class | Break |
class | Continue |
Public Types | |
enum | Statement { Statement::CONTINUE, Statement::BREAK } |
using | ValueType = T |
Public Member Functions | |
ControlFlow (Statement s, Option< T > t) | |
Statement | statement () const |
T & | value ()& |
const T & | value () const & |
T && | value ()&& |
const T && | value () const && |
using process::ControlFlow< T >::ValueType = T |
|
strong |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |