LLDB mainline
lldb_private::transport::detail::event_t< P > Struct Template Referencefinal

#include <JSONTransport.h>

Inheritance diagram for lldb_private::transport::detail::event_t< P >:
[legend]

Public Types

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

Detailed Description

template<typename P>
struct lldb_private::transport::detail::event_t< P >

Definition at line 394 of file JSONTransport.h.

Member Typedef Documentation

◆ type

template<typename P>
using lldb_private::transport::detail::event_t< P >::type = llvm::unique_function<void(const P &)>

Definition at line 395 of file JSONTransport.h.


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