Template Function tl::operator==(const optional<T>&, nullopt_t)

Function Documentation

template<class T>
inline bool tl::operator==(const optional<T> &lhs, nullopt_t) noexcept

Compares an optional to a nullopt.