blitzdg
an open-source project aiming to implement parallel discontinuous Galerkin (dg) solvers for common partial differential equations systems using blitz++ for array and tensor manipulations and MPI for distributed parallelism.
Public Member Functions | Public Attributes | List of all members
snowhouse::EqualsContainerConstraint< ExpectedType, BinaryPredicate > Struct Template Reference
Inheritance diagram for snowhouse::EqualsContainerConstraint< ExpectedType, BinaryPredicate >:
[legend]
Collaboration diagram for snowhouse::EqualsContainerConstraint< ExpectedType, BinaryPredicate >:
[legend]

Public Member Functions

 EqualsContainerConstraint (const ExpectedType &expected, const BinaryPredicate predicate)
 
template<typename ActualType >
bool operator() (const ActualType &actual) const
 
- Public Member Functions inherited from snowhouse::Expression< EqualsContainerConstraint< ExpectedType, BinaryPredicate > >
NotExpression< EqualsContainerConstraint< ExpectedType, BinaryPredicate > > operator! () const
 
AndExpression< EqualsContainerConstraint< ExpectedType, BinaryPredicate >, Right > operator&& (const Right &right) const
 
OrExpression< EqualsContainerConstraint< ExpectedType, BinaryPredicate >, Right > operator|| (const Right &right) const
 

Public Attributes

const ExpectedType expected_
 
const BinaryPredicate predicate_
 

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