casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Namespaces | Functions
StdLogical.h File Reference

Go to the source code of this file.

Namespaces

namespace  casa
 this file contains all the compiler specific defines

Functions

template<typename C1 , typename C2 , typename CompareOperator >
bool casa::compareAll (const C1 &l, const C2 &r, CompareOperator op)
 Arbitrary compare operation on two STL-style containers.
template<typename C1 , typename C2 , typename U >
bool casa::allNear (const C1 &l, const C2 &r, U tolerance)
 Test if all elements of the containers are relatively near each other.
template<typename C1 , typename C2 , typename U >
bool casa::allNearAbs (const C1 &l, const C2 &r, U tolerance)
 Test if all elements of the containers are absolutely near each other.