Go to the source code of this file.
|
| template<typename Res , typename... Args> |
| constexpr bool | gdb::operator== (const function_view< Res(Args...)> &f, std::nullptr_t) noexcept |
| |
| template<typename Res , typename... Args> |
| constexpr bool | gdb::operator== (std::nullptr_t, const function_view< Res(Args...)> &f) noexcept |
| |
| template<typename Res , typename... Args> |
| constexpr bool | gdb::operator!= (const function_view< Res(Args...)> &f, std::nullptr_t) noexcept |
| |
| template<typename Res , typename... Args> |
| constexpr bool | gdb::operator!= (std::nullptr_t, const function_view< Res(Args...)> &f) noexcept |
| |