|
template<typename L , typename R > |
UAVCAN_EXPORT bool | areCloseImplFirst (const L &left, const R &right, IntToType< sizeof(Applicable)>) |
| First stage: bool L::isClose(R) More...
|
|
template<typename L , typename R > |
UAVCAN_EXPORT bool | areCloseImplFirst (const L &left, const R &right, IntToType< sizeof(NotApplicable)>) |
| First stage: select either L == R or bool R::isClose(L) More...
|
|
template<typename L , typename R > |
UAVCAN_EXPORT bool | areCloseImplSecond (const L &left, const R &right, IntToType< sizeof(Applicable)>) |
| Second stage: bool R::isClose(L) More...
|
|
template<typename L , typename R > |
UAVCAN_EXPORT bool | areCloseImplSecond (const L &left, const R &right, IntToType< sizeof(NotApplicable)>) |
| Second stage: L == R. More...
|
|
This namespace contains implementation details for areClose(). Don't try this at home.