#include <wildcards.hpp>
Public Member Functions | |
template<typename T , typename U > | |
constexpr auto | operator() (T &&lhs, U &&rhs) const -> decltype(std::forward< T >(lhs)< std::forward< U >(rhs)) |
Definition at line 590 of file wildcards.hpp.
|
inlineconstexpr |
Definition at line 593 of file wildcards.hpp.