We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94461d2 commit 18e895fCopy full SHA for 18e895f
include/kangaru/detail/source_from_tag.hpp
@@ -30,6 +30,9 @@ namespace kangaru {
30
Source source;
31
};
32
33
+ template<source Source>
34
+ with_source_from_tag(Source) -> with_source_from_tag<Source>;
35
+
36
template<forwarded_source Source>
37
inline constexpr auto make_source_with_source_from_tag(Source&& source) {
38
return with_source_from_tag<std::decay_t<Source>>{KANGARU5_FWD(source)};
0 commit comments