Faster RtlFillMemoryUlong.

This commit is contained in:
Ben Vanik
2015-09-05 14:37:55 -07:00
parent df7a35f196
commit 6c07eb8e5c
2 changed files with 3 additions and 1 deletions

View File

@@ -146,6 +146,7 @@ class ParamBase : public Param {
return *this;
}
operator T() const { return value_; }
T value() const { return value_; }
protected:
T value_;