CGAL 6.0 - STL Extensions for CGAL
|
#include <CGAL/result_of.h>
Alias to the implementation of the std::result_of
mechanism.
When all compilers supported by CGAL have a Standard compliant implementation of the std::invoke_result
mechanism, it will become an alias to the std::invoke_result
.
std::result_of
Public Types | |
typedef unspecified_type | type |
It is a type std::result_of<F>::type . | |