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

#include <function_objects.h>

Public Types

typedef bool result_type
 

Public Member Functions

template<class Cls , class A1 >
bool operator() (const Cls &c, const A1 &a1) const
 

Detailed Description

Definition at line 858 of file function_objects.h.

Member Typedef Documentation

typedef bool result_type

Definition at line 861 of file function_objects.h.

Member Function Documentation

bool operator() ( const Cls &  c,
const A1 &  a1 
) const
inline

Definition at line 865 of file function_objects.h.

866  { return c.collinear_has_on(a1); }

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