casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions
ao Namespace Reference

Classes

class  uvector
 A container similar to std::vector, but one that allows construction without initializing its elements. More...
 

Functions

template<class Tp , class Alloc >
bool operator== (const uvector< Tp, Alloc > &lhs, const uvector< Tp, Alloc > &rhs) noexcept
 Compare two uvectors for equality. More...
 
template<class Tp , class Alloc >
bool operator!= (const uvector< Tp, Alloc > &lhs, const uvector< Tp, Alloc > &rhs) noexcept
 Compare two uvectors for inequality. More...
 
template<class Tp , class Alloc >
bool operator< (const uvector< Tp, Alloc > &lhs, const uvector< Tp, Alloc > &rhs) noexcept
 Compare two uvectors for smaller than. More...
 
template<class Tp , class Alloc >
bool operator<= (const uvector< Tp, Alloc > &lhs, const uvector< Tp, Alloc > &rhs) noexcept
 Compare two uvectors for smaller than or equal. More...
 
template<class Tp , class Alloc >
bool operator> (const uvector< Tp, Alloc > &lhs, const uvector< Tp, Alloc > &rhs) noexcept
 Compare two uvectors for larger than. More...
 
template<class Tp , class Alloc >
bool operator>= (const uvector< Tp, Alloc > &lhs, const uvector< Tp, Alloc > &rhs) noexcept
 Compare two uvectors for larger than or equal. More...
 
template<class Tp , class Alloc >
void swap (uvector< Tp, Alloc > &x, uvector< Tp, Alloc > &y)
 Swap the contents of the two uvectors. More...