Skip to content

Function operator==

function operator==(const univector<T, T1> &, const univector<T, T2> &) base

template <typename T, univector_tag T1, univector_tag T2>
KFR_FUNCTION bool operator==(const univector<T, T1>& x, const univector<T, T2>& y)

Returns true if the two univectors have equal size and element-wise equal contents.

Fully qualified name: kfr::operator==(const univector<T, T1> &, const univector<T, T2> &)

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.