Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Equal Class Reference

#include <function_objects.h>

Public Types

typedef bool result_type
 

Public Member Functions

template<class T1 , class T2 >
bool operator() (const T1 &p, const T2 &q) const
 

Detailed Description

Definition at line 515 of file function_objects.h.

Member Typedef Documentation

typedef bool result_type

Definition at line 518 of file function_objects.h.

Member Function Documentation

bool operator() ( const T1 &  p,
const T2 &  q 
) const
inline

Definition at line 522 of file function_objects.h.

References q.

523  { return p == q; }
NT q

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