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 c92e90c commit 1f76880Copy full SHA for 1f76880
include/mp/util.h
@@ -114,17 +114,6 @@ struct Priority<0>
114
{
115
};
116
117
-//! Function parameter type for discarded argument. Useful to be able to write a
118
-//! function overload that discards arguments as a normal function instead of a
119
-//! template function.
120
-struct Discard
121
-{
122
- template <typename... Args>
123
- Discard(Args&&...)
124
- {
125
- }
126
-};
127
-
128
//! Return capnp type name with filename prefix removed.
129
template <typename T>
130
const char* TypeName()
0 commit comments