Home | Libraries | People | FAQ | More |
boost::operator!= — Lexicographically compares the values in the array (operator!=)
// In header: <boost/array.hpp> template<typename T, std::size_t N> bool operator!=(const array< T, N > & x, const array< T, N > & y);