Public Types | Static Public Member Functions | List of all members
Eigen::internal::has_ReturnType< T > Struct Template Reference

#include <Meta.h>

Public Types

enum  { value = sizeof(testFunctor<T>(0)) == sizeof(meta_yes) }
 

Static Public Member Functions

template<typename C >
static meta_yes testFunctor (typename C::ReturnType const *)
 
template<typename C >
static meta_no testFunctor (...)
 

Detailed Description

template<typename T>
struct Eigen::internal::has_ReturnType< T >

Definition at line 376 of file Meta.h.

Member Enumeration Documentation

template<typename T >
anonymous enum
Enumerator
value 

Definition at line 381 of file Meta.h.

Member Function Documentation

template<typename T >
template<typename C >
static meta_yes Eigen::internal::has_ReturnType< T >::testFunctor ( typename C::ReturnType const *  )
static
template<typename T >
template<typename C >
static meta_no Eigen::internal::has_ReturnType< T >::testFunctor (   ...)
static

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


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:37