#include <di/function/bit_and.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::BitAnd::operator() |
( |
T && | a, |
|
|
U && | b ) const -> decltype(auto) |
|
inlineconstexpr |
The documentation for this struct was generated from the following file: