4.6.1
Freundlich's C++ toolkit
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages Concepts
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

template<typename Label, typename Type>
using fcppt::record::element< Label, Type >::label = Label

◆ wrapped

template<typename Label, typename Type>
using fcppt::record::element< Label, Type >::wrapped = Type