LLDB mainline
lldb_private::python::PassthroughFormat< T, F > Struct Template Reference

#include <PythonDataObjects.h>

Inheritance diagram for lldb_private::python::PassthroughFormat< T, F >:
[legend]

Static Public Member Functions

static constexpr T get (T t)

Static Public Attributes

static constexpr char format = F

Detailed Description

template<typename T, char F>
struct lldb_private::python::PassthroughFormat< T, F >

Definition at line 186 of file PythonDataObjects.h.

Member Function Documentation

◆ get()

template<typename T, char F>
constexpr T lldb_private::python::PassthroughFormat< T, F >::get ( T t)
inlinestaticconstexpr

Definition at line 188 of file PythonDataObjects.h.

Member Data Documentation

◆ format

template<typename T, char F>
char lldb_private::python::PassthroughFormat< T, F >::format = F
staticconstexpr

Definition at line 187 of file PythonDataObjects.h.


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