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

Detailed Description

template<typename Type>
struct fcppt::tag< Type >

A value for a type name.

This class can be used to pass the type Type as a value.

Public Types

using type = Type
 

Member Typedef Documentation

◆ type

template<typename Type >
using fcppt::tag< Type >::type = Type