OpenPit C++ SDK
C++17 SDK for the OpenPit pre-trade risk engine
openpit::asyncengine::Result< T > Member List

This is the complete list of members for openpit::asyncengine::Result< T >, including all inherited members.

GetError() constopenpit::asyncengine::Result< T >inline
HasError() const noexceptopenpit::asyncengine::Result< T >inline
HasValue() const noexceptopenpit::asyncengine::Result< T >inline
operator=(const Result &)=defaultopenpit::asyncengine::Result< T >
operator=(Result &&) noexcept(std::is_nothrow_move_assignable_v< std::variant< T, Error >>)=defaultopenpit::asyncengine::Result< T >
Result(T value)openpit::asyncengine::Result< T >inline
Result(Error error)openpit::asyncengine::Result< T >inline
Result(const Result &)=defaultopenpit::asyncengine::Result< T >
Result(Result &&) noexcept(std::is_nothrow_move_constructible_v< std::variant< T, Error >>)=defaultopenpit::asyncengine::Result< T >
Value() const &openpit::asyncengine::Result< T >inline
Value() &&openpit::asyncengine::Result< T >inline