#include <JComparisonAvailable.hh>
|
| template<class U > |
| static auto | first_type (U *) -> decltype(std::declval< typename U::first_type >()) |
| |
| template<typename > |
| static auto | first_type (...) -> std::false_type |
| |
| template<class U > |
| static auto | second_type (U *) -> decltype(std::declval< typename U::second_type >()) |
| |
| template<typename > |
| static auto | second_type (...) -> std::false_type |
| |
| template<class U > |
| static auto | value_type (U *) -> decltype(std::declval< typename U::value_type >()) |
| |
| template<typename > |
| static auto | value_type (...) -> std::false_type |
| |
template<class T>
class JLANG::JLOCAL::JTypedef< T >
Definition at line 24 of file JComparisonAvailable.hh.
template<class T >
template<class U >
template<class T >
template<typename >
template<class T >
template<class U >
template<class T >
template<typename >
template<class T >
template<class U >
template<class T >
template<typename >
The documentation for this class was generated from the following file: