Public Member Functions | Public Attributes | Static Public Attributes | List of all members
internal::init< Context, T, TYPE > Struct Template Reference

#include <core.h>

Public Member Functions

FMT_CONSTEXPR init (const T &v)
 
FMT_CONSTEXPR operator value< Context > () const
 

Public Attributes

val
 

Static Public Attributes

static const type type_tag = TYPE
 

Detailed Description

template<typename Context, typename T, type TYPE>
struct internal::init< Context, T, TYPE >

Definition at line 631 of file core.h.

Constructor & Destructor Documentation

template<typename Context , typename T , type TYPE>
FMT_CONSTEXPR internal::init< Context, T, TYPE >::init ( const T &  v)
inline

Definition at line 635 of file core.h.

635 : val(v) {}

Member Function Documentation

template<typename Context , typename T , type TYPE>
FMT_CONSTEXPR internal::init< Context, T, TYPE >::operator value< Context > ( ) const
inline

Definition at line 636 of file core.h.

636 { return value<Context>(val); }

Member Data Documentation

template<typename Context , typename T , type TYPE>
const type internal::init< Context, T, TYPE >::type_tag = TYPE
static

Definition at line 633 of file core.h.

template<typename Context , typename T , type TYPE>
T internal::init< Context, T, TYPE >::val

Definition at line 632 of file core.h.


The documentation for this struct was generated from the following file: