MCPcopy Create free account
hub / github.com/3rdparty/libprocess / Continue

Class Continue

include/process/loop.hpp:223–232  ·  view source on GitHub ↗

Provides "syntactic sugar" for creating a `ControlFlow::Continue`.

Source from the content-addressed store, hash-verified

221
222// Provides "syntactic sugar" for creating a `ControlFlow::Continue`.
223struct Continue
224{
225 Continue() = default;
226
227 template <typename T>
228 operator ControlFlow<T>() const
229 {
230 return typename ControlFlow<T>::Continue();
231 }
232};
233
234
235// Provides "syntactic sugar" for creating a `ControlFlow::Break`.

Callers 15

spliceFunction · 0.50
readFunction · 0.50
writeFunction · 0.50
readAllMethod · 0.50
encodeFunction · 0.50
_sendMethod · 0.50
sendFunction · 0.50
streamFunction · 0.50
receiveFunction · 0.50
serveFunction · 0.50
runMethod · 0.50
receiveFunction · 0.50

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.40
TESTFunction · 0.40