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

#include <function_objects.h>

Public Types

typedef bool result_type
 

Public Member Functions

template<class T1 >
bool operator() (T1 &t1, const CGAL::Object &o) const
 

Detailed Description

Definition at line 236 of file function_objects.h.

Member Typedef Documentation

typedef bool result_type

Definition at line 239 of file function_objects.h.

Member Function Documentation

bool operator() ( T1 &  t1,
const CGAL::Object o 
) const
inline

Definition at line 243 of file function_objects.h.

References CGAL::assign().

244  { return assign( t1, o); }
bool assign(T &t, const Object &o)
Definition: Object.h:138

Here is the call graph for this function:


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