LongPort OpenAPI C++ SDK
Classes | Namespaces | Typedefs
async_result.hpp File Reference
#include <functional>
#include "status.hpp"

Go to the source code of this file.

Classes

struct  longport::AsyncResult< Ctx, T >
 

Namespaces

 longport
 

Typedefs

template<typename Ctx , typename T >
using longport::AsyncCallback = std::function< void(AsyncResult< Ctx, T >)>