OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Public Member Functions | Private Attributes | List of all members
ContextTag< T > Class Template Reference

#include <BinaryTags.h>

Public Member Functions

constexpr ContextTag (const T &ctx)
 
constexpr const T * operator-> () const
 
constexpr const T & operator* () const
 

Private Attributes

const T & _ctx
 

Constructor & Destructor Documentation

◆ ContextTag()

template<class T >
constexpr ContextTag< T >::ContextTag ( const T &  ctx)
inlineexplicitconstexpr

Member Function Documentation

◆ operator*()

template<class T >
constexpr const T & ContextTag< T >::operator* ( ) const
inlineconstexpr

◆ operator->()

template<class T >
constexpr const T * ContextTag< T >::operator-> ( ) const
inlineconstexpr

Member Data Documentation

◆ _ctx

template<class T >
const T& ContextTag< T >::_ctx
private

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