Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Call_target_to_get< ReturnType > Class Template Reference

#include <function_objects.h>

Public Types

typedef ReturnType result_type
 

Public Member Functions

template<class Cls >
ReturnType operator() (const Cls &c) const
 

Detailed Description

template<class ReturnType>
class CGALi::Call_target_to_get< ReturnType >

Definition at line 764 of file function_objects.h.

Member Typedef Documentation

typedef ReturnType result_type

Definition at line 767 of file function_objects.h.

Member Function Documentation

ReturnType operator() ( const Cls &  c) const
inline

Definition at line 771 of file function_objects.h.

772  { return c.target(); }

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