All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
roboptim::detail::derives_from_twice_differentiable_function< F > Struct Template Reference

Checks whether the function type derives from TwiceDifferentiableFunction or TwiceDifferentiableSparseFunction. More...

#include <roboptim/core/detail/utility.hh>

Inheritance diagram for roboptim::detail::derives_from_twice_differentiable_function< F >:

Detailed Description

template<typename F>
struct roboptim::detail::derives_from_twice_differentiable_function< F >

Checks whether the function type derives from TwiceDifferentiableFunction or TwiceDifferentiableSparseFunction.

Template Parameters
Ffunction type.