LeechCraft  0.6.70-6645-gcd10d7e
Modular cross-platform feature rich live environment.
LeechCraft::Util::oral::PKey< T, Tags > Struct Template Reference

#include "oraltypes.h"

+ Collaboration diagram for LeechCraft::Util::oral::PKey< T, Tags >:

Public Types

using value_type = T
 

Public Member Functions

 PKey ()=default
 
 PKey (T val)
 
PKeyoperator= (T val)
 
 operator value_type () const
 
const value_typeoperator* () const
 

Public Attributes

Val_
 

Detailed Description

template<typename T, typename... Tags>
struct LeechCraft::Util::oral::PKey< T, Tags >

Definition at line 48 of file oraltypes.h.

Member Typedef Documentation

template<typename T, typename... Tags>
using LeechCraft::Util::oral::PKey< T, Tags >::value_type = T

Definition at line 50 of file oraltypes.h.

Constructor & Destructor Documentation

template<typename T, typename... Tags>
LeechCraft::Util::oral::PKey< T, Tags >::PKey ( )
default
template<typename T, typename... Tags>
LeechCraft::Util::oral::PKey< T, Tags >::PKey ( val)
inline

Definition at line 56 of file oraltypes.h.

Member Function Documentation

template<typename T, typename... Tags>
LeechCraft::Util::oral::PKey< T, Tags >::operator value_type ( ) const
inline

Definition at line 67 of file oraltypes.h.

References LeechCraft::Util::oral::PKey< T, Tags >::Val_.

template<typename T, typename... Tags>
const value_type& LeechCraft::Util::oral::PKey< T, Tags >::operator* ( ) const
inline

Definition at line 72 of file oraltypes.h.

References LeechCraft::Util::oral::PKey< T, Tags >::Val_.

template<typename T, typename... Tags>
PKey& LeechCraft::Util::oral::PKey< T, Tags >::operator= ( val)
inline

Definition at line 61 of file oraltypes.h.

Member Data Documentation


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