Iros
 
Loading...
Searching...
No Matches
di::function::BitAnd Struct Reference

#include <di/function/bit_and.h>

Public Member Functions

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)
 

Member Function Documentation

◆ 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: