Android-cuttlefish cvd tool
|
#include <functional>
#include <type_traits>
#include <variant>
Go to the source code of this file.
Classes | |
class | gfxstream::expected< T, E > |
class | gfxstream::unexpected< E > |
class | gfxstream::Ok |
Namespaces | |
namespace | gfxstream |
Macros | |
#define | ENABLE_IF(...) typename std::enable_if<__VA_ARGS__>::type* = nullptr |
#define | GFXSTREAM_EXPECT(x) |
Functions | |
template<class E > | |
gfxstream::unexpected (E) -> unexpected< E > | |
#define ENABLE_IF | ( | ... | ) | typename std::enable_if<__VA_ARGS__>::type* = nullptr |
#define GFXSTREAM_EXPECT | ( | x | ) |