4.4.1
Freundlich's C++ toolkit
Loading...
Searching...
No Matches
Public Types
fcppt::record::element< Label, Type > Struct Template Reference

Detailed Description

template<typename Label, typename Type>
struct fcppt::record::element< Label, Type >

An element of a record.

A record is declared using an MPL sequence of element types.

Template Parameters
LabelMust be an fcppt::record::label.
TypeThe value type of the label.

Public Types

using wrapped = Type
 
using label = Label
 

Member Typedef Documentation

◆ label

◆ wrapped