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

#include <CGAL/result_of.h>

Definition

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.

See also
std::result_of

Public Types

typedef unspecified_type type
 It is a type std::result_of<F>::type.