Misc module

Contents

Classes

template<class T>
class ark::result
result class from outcome library
class ark::context_exit_guard
RAII-style helper for async_context.exit()

Defines

#define Try
alias the macro from outcome library to CamelCase
#define CoTry
alias the macro from outcome library to CamelCase
#define TryX
alias the macro from outcome library to CamelCase
#define CoTryX
alias the macro from outcome library to CamelCase

Define documentation

#define Try

alias the macro from outcome library to CamelCase

in order to match the grammatical CamelCased macros in GSL, like Expects

#define CoTry

alias the macro from outcome library to CamelCase

in order to match the grammatical CamelCased macros in GSL, like Expects

#define TryX

alias the macro from outcome library to CamelCase

in order to match the grammatical CamelCased macros in GSL, like Expects

#define CoTryX

alias the macro from outcome library to CamelCase

in order to match the grammatical CamelCased macros in GSL, like Expects