CGAL 5.1 - STL Extensions for CGAL
CGAL::cpp11::result_of< F > Struct Template Reference

#include <CGAL/result_of.h>

Definition

Alias to the tr1 implementation from boost of the result_of mechanism.

When all compilers supported by CGAL will have a Standard compliant implemention of the the C++11 decltype feature, it will become an alias to std::result_of.

See also
boost::result_of

Public Types

typedef unspecified_type type
 starting from boost version 1.44, it is boost::tr1_result_of<F>::type, and boost::result_of<F>::type otherwise. More...
 

Member Typedef Documentation

◆ type

template<typename F>
typedef unspecified_type CGAL::cpp11::result_of< F >::type

starting from boost version 1.44, it is boost::tr1_result_of<F>::type, and boost::result_of<F>::type otherwise.