#include "pinocchio/fwd.hpp"
Go to the source code of this file.
Namespaces | |
pinocchio | |
Main pinocchio namespace. | |
pinocchio::internal | |
Enumerations | |
enum | pinocchio::internal::ComparisonOperators { pinocchio::internal::LT, pinocchio::internal::LE, pinocchio::internal::EQ, pinocchio::internal::GE, pinocchio::internal::GT } |
Functions | |
template<typename LhsType , typename RhsType > | |
bool | pinocchio::internal::comparison_eq (const LhsType &lhs_value, const RhsType &rhs_value) |
template<typename LhsType , typename RhsType , typename ThenType , typename ElseType > | |
if_then_else_impl< LhsType, RhsType, ThenType, ElseType >::ReturnType | pinocchio::internal::if_then_else (const ComparisonOperators op, const LhsType &lhs_value, const RhsType &rhs_value, const ThenType &then_value, const ElseType &else_value) |