Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
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
 

Private Attributes

T t_
 

Detailed Description

template<typename T>
class ConstructFromT< T >

Definition at line 529 of file googletest-param-test-test.cc.

Constructor & Destructor Documentation

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

Definition at line 531 of file googletest-param-test-test.cc.

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

Definition at line 534 of file googletest-param-test-test.cc.

Member Function Documentation

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

Definition at line 536 of file googletest-param-test-test.cc.

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

Definition at line 538 of file googletest-param-test-test.cc.

Member Data Documentation

template<typename T >
T ConstructFromT< T >::t_
private

Definition at line 541 of file googletest-param-test-test.cc.


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