Variadic Futures
|
#include "nonstd/expected.hpp"
Go to the source code of this file.
Macros | |
#define | AOM_VARFUT_VERSION_MAJOR 0 |
#define | AOM_VARFUT_VERSION_MINOR 3 |
#define | AOM_VARFUT_VERSION_PATCH 2 |
Typedefs | |
template<typename T > | |
using | aom::expected = nonstd::expected< T, std::exception_ptr > |
using | aom::unexpected = nonstd::unexpected_type< std::exception_ptr > |
Configuration