#include <minus.hpp>
|
template<typename T, typename U> |
constexpr auto | 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)) |
| Returns the difference between lhs and rhs.
|
|
constexpr auto | operator() (void const &lhs, void const &rhs) const -> void |
| Returns the difference between lhs and rhs.
|
|
◆ is_transparent
◆ operator()() [1/2]
template<typename T, typename U>
|
inlinenodiscardconstexprnoexcept |
Returns the difference between lhs and rhs.
◆ operator()() [2/2]
auto operator() |
( |
void const & | lhs, |
|
|
void const & | rhs ) const-> void |
|
inlinenodiscardconstexpr |
Returns the difference between lhs and rhs.
The documentation for this struct was generated from the following file: