Go to the source code of this file.
Classes | |
| struct | pinocchio::apply_op_if< OP, condition, default_return_value > |
| struct | pinocchio::apply_op_if< OP, true, default_return_value > |
Namespaces | |
| pinocchio | |
| Main pinocchio namespace. | |
Macros | |
| #define | PINOCCHIO_DEFINE_COMPARISON_OP(name, OP) |
Functions | |
| pinocchio::PINOCCHIO_DEFINE_COMPARISON_OP (equal_to_op,==) | |
| pinocchio::PINOCCHIO_DEFINE_COMPARISON_OP (not_equal_to_op,!=) | |
| pinocchio::PINOCCHIO_DEFINE_COMPARISON_OP (less_than_op,<) | |
| pinocchio::PINOCCHIO_DEFINE_COMPARISON_OP (greater_than_op,>) | |
| pinocchio::PINOCCHIO_DEFINE_COMPARISON_OP (less_than_or_equal_to_op,<=) | |
| pinocchio::PINOCCHIO_DEFINE_COMPARISON_OP (greater_than_or_equal_to_op,>=) | |
| #define PINOCCHIO_DEFINE_COMPARISON_OP | ( | name, | |
| OP | |||
| ) |
Definition at line 11 of file comparison-operators.hpp.