DescriptionAdd a template-specialized constructor for der::Input for constants
Make it easier to create der::Input's from constants by the magical
power of Templates.
Old and busted: der::Input foo(kFoo, arraysize(kFoo));
New hotness: der::Input foo(kFoo);
BUG=none
R=mattm@chromium.org
Committed: https://crrev.com/c415dfed788a32ad110d30f97a434b4cac99637b
Cr-Commit-Position: refs/heads/master@{#330882}
Patch Set 1 #
Total comments: 2
Messages
Total messages: 8 (1 generated)
|