#include <ostream>
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | cet::maybe_ref< T > |
class | cet::maybe_ref< T > |
Namespaces | |
cet | |
Functions | |
template<class T > | |
void | cet::swap (maybe_ref< T > &, maybe_ref< T > &) |
template<class T > | |
bool | cet::operator== (maybe_ref< T > const &left, maybe_ref< T > const &right) |
template<class T > | |
std::ostream & | cet::operator<< (std::ostream &os, maybe_ref< T > const &item) |