Test availability of stream operators.  
 More...
#include <JStreamAvailable.hh>
template<class T, bool __str__ = JLANG::JPrintHelper::JMemberMethod<T>::__str__>
class JStreamAvailable< T, __str__ >
Test availability of stream operators. 
Definition at line 46 of file JStreamAvailable.hh.
 
template<class T , bool __str__ = JLANG::JPrintHelper::JMemberMethod<T>::__str__> 
 
 
template<class T , bool __str__ = JLANG::JPrintHelper::JMemberMethod<T>::__str__> 
 
 
template<class T , bool __str__ = JLANG::JPrintHelper::JMemberMethod<T>::__str__> 
 
 
template<class T , bool __str__ = JLANG::JPrintHelper::JMemberMethod<T>::__str__> 
 
 
template<class T , bool __str__ = JLANG::JPrintHelper::JMemberMethod<T>::__str__> 
 
 
  
  
      
        
          | static JFalse JLANG::JTest::test  | 
          ( | 
            | 
          ... | ) | 
           | 
         
       
   | 
  
staticprotectedinherited   | 
  
 
 
template<class T , bool __str__ = JLANG::JPrintHelper::JMemberMethod<T>::__str__> 
 
true if std::istream& operator>>(std::istream&, T&) is defined; else false 
Definition at line 60 of file JStreamAvailable.hh.
 
 
template<class T , bool __str__ = JLANG::JPrintHelper::JMemberMethod<T>::__str__> 
 
true if std::ostream& operator<<(std::ostream&, const T&) is defined; else false 
Definition at line 61 of file JStreamAvailable.hh.
 
 
The documentation for this class was generated from the following file: