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

Checks whether all the constraints derive from Function or SparseFunction. More...

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

Inheritance diagram for roboptim::detail::list_derives_from_function< CLIST >:

Detailed Description

template<typename CLIST>
struct roboptim::detail::list_derives_from_function< CLIST >

Checks whether all the constraints derive from Function or SparseFunction.

Template Parameters
CLISTa vector of constraint types.