Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Less_xyz 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 504 of file function_objects.h.

Member Typedef Documentation

typedef bool result_type

Definition at line 507 of file function_objects.h.

Member Function Documentation

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

Definition at line 511 of file function_objects.h.

References lexicographically_xyz_smaller().

512  { return lexicographically_xyz_smaller(a1,a2); }
bool lexicographically_xyz_smaller(const PointS3< FT > &p, const PointS3< FT > &q)

Here is the call graph for this function:


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