The Sparta Modeling Framework
Loading...
Searching...
No Matches
sparta::utils::has_ostream_operator_impl Namespace Reference

We need to have the capability to detect the presence of. More...

Classes

struct  fallback
 A fallback struct which can create itself. More...
 
struct  has_ostream_operator
 

Typedefs

typedef char no
 Typedef a char array of size one.
 
typedef char yes[2]
 Typedef a char array of size two.
 

Functions

no operator<< (std::ostream const &, fallback const &)
 Declare a dummy << operator which operates on.
 
yestest (std::ostream &)
 If the class does have an << operator overloaded,.
 
notest (no)
 If the class did not have an << operator overloaded.
 

Detailed Description

We need to have the capability to detect the presence of.

Typedef Documentation

◆ no

Typedef a char array of size one.

Definition at line 30 of file DetectMemberUtils.hpp.

◆ yes

typedef char sparta::utils::has_ostream_operator_impl::yes[2]

Typedef a char array of size two.

Definition at line 33 of file DetectMemberUtils.hpp.