CppInterOp
C++ Language Interoperability Layer
Loading...
Searching...
No Matches
Public Attributes | List of all members
TemplateArgInfo Struct Reference

Holds information for instantiating a template. More...

#include "include/CppInterOp/CppInterOpTypes.h"

Collaboration diagram for TemplateArgInfo:
Collaboration graph
[legend]

Public Attributes

void * m_Type
 
const char * m_IntegralValue
 

Detailed Description

Holds information for instantiating a template.

Standard-layout, C-compatible.

Definition at line 259 of file CppInterOpTypes.h.

Member Data Documentation

◆ m_IntegralValue

const char* TemplateArgInfo::m_IntegralValue

Definition at line 261 of file CppInterOpTypes.h.

◆ m_Type

void* TemplateArgInfo::m_Type

Definition at line 260 of file CppInterOpTypes.h.


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