clang-tools 22.0.0git
clang::clangd::ProgressParams< T > Struct Template Reference

#include <Protocol.h>

Public Attributes

llvm::json::Value token = nullptr
 The progress token provided by the client or server.
value
 The progress data.

Detailed Description

template<typename T>
struct clang::clangd::ProgressParams< T >

Definition at line 655 of file Protocol.h.

Member Data Documentation

◆ token

template<typename T>
llvm::json::Value clang::clangd::ProgressParams< T >::token = nullptr

The progress token provided by the client or server.

Definition at line 657 of file Protocol.h.

◆ value

template<typename T>
T clang::clangd::ProgressParams< T >::value

The progress data.

Definition at line 660 of file Protocol.h.


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