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.
 
◆ test() [1/3]
template<class T , bool __str__ = JLANG::JPrintHelper::JMemberMethod<T>::__str__> 
 
 
◆ test() [2/3]
template<class T , bool __str__ = JLANG::JPrintHelper::JMemberMethod<T>::__str__> 
 
 
◆ getReference()
template<class T , bool __str__ = JLANG::JPrintHelper::JMemberMethod<T>::__str__> 
 
 
◆ is()
template<class T , bool __str__ = JLANG::JPrintHelper::JMemberMethod<T>::__str__> 
 
 
◆ os()
template<class T , bool __str__ = JLANG::JPrintHelper::JMemberMethod<T>::__str__> 
 
 
◆ test() [3/3]
  
  
      
        
          | static JFalse JLANG::JTest::test  | 
          ( | 
            | 
          ... | ) | 
           | 
         
       
   | 
  
staticprotectedinherited   | 
  
 
 
◆ has_istream
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.
 
 
◆ has_ostream
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: