This exception represents a failed comparison between two values of types T1 and T2.
Inheritance:
Public Methods
-
assert_value_error(const std::string& msg, T1& exp, T2& got)
- Construct by message, expected and gotten
-
virtual void out(std::ostream& os) const
- Specialized version that requires both T1 and T2 to support operator<<(ostream&, Tn)
Public Methods
-
std::string message() const
Documentation
This exception represents a failed comparison between two values of types
T1 and T2. Both the expected and the actually value are kept.
- assert_value_error(const std::string& msg, T1& exp, T2& got)
- Construct by message, expected and gotten
- virtual void out(std::ostream& os) const
-
Specialized version that requires both T1 and T2 to support
operator<<(ostream&, Tn)
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.