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 |
Description |
Member concepts. |
|
Enumerations. |
|
Member functions. |
|
Deduction guides in the class scope. |
|
Namespace aliases declared with this access. |
|
Nested records. |
|
Static member functions. |
|
Static data members. |
|
Typedefs and using aliases. |
|
Using‐declarations that pull members into the class. |
|
Data members. |
Non-Member Functions
Name |
Description |
Join every member list into a single view. |
|
Merge two tranches with the same access level. |
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