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 18c4417 commit 1e37bdbCopy full SHA for 1e37bdb
source/meta.tex
@@ -3109,9 +3109,9 @@
3109
3110
// \ref{meta.reflection.result}, expression result reflection
3111
template<class T>
3112
- consteval info reflect_constant(const T& value);
+ consteval info reflect_constant(T expr);
3113
3114
- consteval info reflect_object(T& object);
+ consteval info reflect_object(T& expr);
3115
3116
consteval info reflect_function(T& fn);
3117
0 commit comments