Iros
 
Loading...
Searching...
No Matches
is_nullopt.h
Go to the documentation of this file.
1#pragma once
2
4
5namespace di::vocab {
6constexpr inline struct IsNulloptFunction {
7 template<typename T>
9 constexpr auto operator()(T const& value) const -> bool {
10 return di::function::tag_invoke(*this, value);
11 }
13}
Definition tag_invoke.h:45
constexpr tag_invoke_detail::TagInvokeFn tag_invoke
Definition tag_invoke.h:22
Definition lazy.h:165
constexpr struct di::vocab::IsNulloptFunction is_nullopt
Definition is_nullopt.h:6