casacore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
casacore::AllFunc< T > Class Template Referencefinal

Logical functor to test if all elements are true. More...

#include <ArrayLogical.h>

Inheritance diagram for casacore::AllFunc< T >:
casacore::ArrayFunctorBase< T, bool >

Public Member Functions

virtual bool operator() (const Array< T > &arr) const override
 
- Public Member Functions inherited from casacore::ArrayFunctorBase< T, bool >
virtual ~ArrayFunctorBase ()
 

Detailed Description

template<typename T>
class casacore::AllFunc< T >

Logical functor to test if all elements are true.

Definition at line 436 of file ArrayLogical.h.

Member Function Documentation

template<typename T >
virtual bool casacore::AllFunc< T >::operator() ( const Array< T > &  arr) const
inlineoverridevirtual

Implements casacore::ArrayFunctorBase< T, bool >.

Definition at line 438 of file ArrayLogical.h.


The documentation for this class was generated from the following file: