Template Function uconfig::operator==(const Variable<V>&, const U&)

Function Documentation

template<typename V, typename U, std::enable_if_t<!detail::is_base_of_template<U, Variable>::value, bool>>
bool uconfig::operator==(const Variable<V> &lhs, const U &rhs)

operator== for V and Variable<V>.