#include <di/function/multiplies.h>
|
template<typename T, typename U>
requires (requires(T&& a, U&& b) { util::forward<T>(a) * util::forward<U>(b); }) |
constexpr auto | operator() (T &&a, U &&b) const -> decltype(auto) |
|
◆ operator()()
template<typename T, typename U>
requires (requires(T&& a, U&& b) { util::forward<T>(a) * util::forward<U>(b); })
auto di::function::Multiplies::operator() |
( |
T && | a, |
|
|
U && | b ) const -> decltype(auto) |
|
inlineconstexpr |
The documentation for this struct was generated from the following file: