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

#include <JSONTransport.h>

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

Public Types

using type = llvm::unique_function<void(Reply<R>)>

Detailed Description

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

Definition at line 390 of file JSONTransport.h.

Member Typedef Documentation

◆ type

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

Definition at line 391 of file JSONTransport.h.


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