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