none type
Definition: none.hpp:39
bool operator!=(const none &a, const none &b)
inquality operator for none
std::istream & operator>>(std::istream &stream, none &n)
input stream for none
Definition: add_op.hpp:29
bool operator==(const none &a, const none &b)
equality operator for none
std::ostream & operator<<(std::ostream &stream, const none &n)
output stream for none