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

#include <function_objects.h>

Public Types

typedef bool result_type
 

Public Member Functions

template<class T1 , class T2 >
bool operator() (const T1 &a1, const T2 &a2) const
 

Detailed Description

Definition at line 526 of file function_objects.h.

Member Typedef Documentation

typedef bool result_type

Definition at line 529 of file function_objects.h.

Member Function Documentation

bool operator() ( const T1 &  a1,
const T2 &  a2 
) const
inline

Definition at line 533 of file function_objects.h.

References x_equal().

534  { return x_equal(a1,a2); }
CGAL_BEGIN_NAMESPACE bool x_equal(const Point_2< R > &p, const Point_2< R > &q)

Here is the call graph for this function:


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