Photon 1.0.0
Loading...
Searching...
No Matches
litehtml::variant< Types > Struct Template Reference

#include <types.h>

Inheritance diagram for litehtml::variant< Types >:

Public Types

using base = variant< Types... >
 

Public Member Functions

template<class T >
bool is () const
 
template<class T >
const T & get () const
 
template<class T >
T & get ()
 

Member Typedef Documentation

◆ base

template<class... Types>
using litehtml::variant< Types >::base = variant<Types...>

Member Function Documentation

◆ get() [1/2]

template<class... Types>
template<class T >
T & litehtml::variant< Types >::get ( )
inline

◆ get() [2/2]

template<class... Types>
template<class T >
const T & litehtml::variant< Types >::get ( ) const
inline

◆ is()

template<class... Types>
template<class T >
bool litehtml::variant< Types >::is ( ) const
inline

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