The Sparta Modeling Framework
|
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. | |
yes & | test (std::ostream &) |
If the class does have an << operator overloaded,. | |
no & | test (no) |
If the class did not have an << operator overloaded. | |
We need to have the capability to detect the presence of.
typedef char sparta::utils::has_ostream_operator_impl::no |
Typedef a char array of size one.
Definition at line 30 of file DetectMemberUtils.hpp.
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.