CGAL 4.8.1 - STL Extensions for CGAL
|
#include <CGAL/result_of.h>
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
.
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... | |
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.