3 #ifndef __stir_Succeeded_H__ 4 #define __stir_Succeeded_H__ 54 bool operator==(
const Succeeded& v2)
const {
return v == v2.v; }
55 bool operator!=(
const Succeeded& v2)
const {
return v != v2.v; }
bool succeeded() const
convenience function returns if it is equal to Succeeded::yes
Definition: Succeeded.h:57
basic configuration include file
a class containing an enumeration type that can be used by functions to signal successful operation o...
Definition: Succeeded.h:43