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

#include <function_objects.h>

Public Types

typedef bool result_type
 

Public Member Functions

template<class Cls , class Arg >
bool operator() (const Cls &c, const Arg &a) const
 

Detailed Description

Definition at line 395 of file function_objects.h.

Member Typedef Documentation

typedef bool result_type

Definition at line 398 of file function_objects.h.

Member Function Documentation

bool operator() ( const Cls &  c,
const Arg &  a 
) const
inline

Definition at line 402 of file function_objects.h.

403  { return c.has_on_unbounded_side(a); }

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