tetl 0.1.0
Embedded Template Library
|
This is the complete list of members for not_equal_to< void >, including all inherited members.
is_transparent typedef | not_equal_to< void > | |
operator()(T &&lhs, U &&rhs) const noexcept(noexcept(etl::forward< T >(lhs) !=etl::forward< U >(rhs))) -> decltype(etl::forward< T >(lhs) !=etl::forward< U >(rhs)) | not_equal_to< void > | inline |
operator()(void const &lhs, void const &rhs) const -> bool | not_equal_to< void > | inline |