mrdocs::RecordTranche

A group of members that have the same access specifier.

Synopsis

Declared in <mrdocs/Metadata/Symbol/RecordTranche.hpp>
struct RecordTranche;

Data Members

Name
Concepts
Enums
Functions
Guides
NamespaceAliases
Records
StaticFunctions
StaticVariables
Typedefs
Usings
Variables

Description

This struct represents a collection of symbols that share the same access specifier within a record.

It includes one vector for each info type allowed in a record, and individual vectors for static functions, types, and function overloads.

Created with MrDocs