omni::sequence::equals
NAME

omni::sequence::equals

A function of omni::sequence

#include <omni/types/seq_t.hpp>
template < template < class, class > class std_seq_t, class T > inline bool omni::sequence::equals(const std_seq_t<T, std::allocator<T> >& a, const std_seq_t<T, std::allocator<T> >& b)

SYNOPSIS

No synopsis.

top

DESCRIPTION

No description.

top