LLDB mainline
lldb_private::transport::detail::request_t< R, P > Struct Template Referencefinal

#include <JSONTransport.h>

Inheritance diagram for lldb_private::transport::detail::request_t< R, P >:
[legend]

Public Types

using type = llvm::unique_function<void(const P &, Reply<R>)>

Detailed Description

template<typename R, typename P>
struct lldb_private::transport::detail::request_t< R, P >

Definition at line 388 of file JSONTransport.h.

Member Typedef Documentation

◆ type

template<typename R, typename P>
using lldb_private::transport::detail::request_t< R, P >::type = llvm::unique_function<void(const P &, Reply<R>)>

Definition at line 389 of file JSONTransport.h.


The documentation for this struct was generated from the following file: