cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
ConstructFromT< T > Class Template Reference

Public Member Functions

 ConstructFromT (const T &t)
 
template<typename... Args, typename std::enable_if< sizeof...(Args) !=1, int >::type = 0>
 ConstructFromT (Args &&... args)
 
bool operator== (const ConstructFromT &other) const
 
const Tget () const
 

Constructor & Destructor Documentation

◆ ConstructFromT() [1/2]

template<typename T >
ConstructFromT< T >::ConstructFromT ( const T & t)
inlineexplicit

◆ ConstructFromT() [2/2]

template<typename T >
template<typename... Args, typename std::enable_if< sizeof...(Args) !=1, int >::type = 0>
ConstructFromT< T >::ConstructFromT ( Args &&... args)
inline

Member Function Documentation

◆ get()

template<typename T >
const T & ConstructFromT< T >::get ( ) const
inline

◆ operator==()

template<typename T >
bool ConstructFromT< T >::operator== ( const ConstructFromT< T > & other) const
inline

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