mrdocs::merge
Merge metadata from another constant expression.
Synopsis
Declared in <mrdocs/Metadata/Expression.hpp>
template<class T>
static
void
merge(
ConstantExprInfo<T>& I,
ConstantExprInfo<T>&& Other);
Parameters
Name |
Description |
I |
Represents an expression with a (possibly known) value |
Other |
Represents an expression with a (possibly known) value |
Created with MrDocs