Hyper API for C++ 0.0.20746
Hyper client library for C++ applications
|
Go to the source code of this file.
Classes | |
class | hyperapi::bad_optional_access |
Surrogate for C++17 std::bad_optional_access More... | |
class | hyperapi::optional< T > |
Surrogate for C++17 std::optional More... | |
Namespaces | |
namespace | hyperapi |
The primary namespace of the Hyper API for C++. | |
Typedefs | |
template<typename T > | |
using | hyperapi::optional = std::optional< T > |
using | hyperapi::bad_optional_access = std::bad_optional_access |