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

Function Documentation

template<class T, class U>
inline constexpr bool tl::operator==(const optional<T> &lhs, const U &rhs)

Compares the optional with a value.