You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* Change GetValues() to take in const positions. To support this, span needed some template deductions to correctly convert from non-const containers to const ones. Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com> * Removed the most problematic template deduction rules. Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com> * Remove duplicate validate_iterator methods. iterator type is a pointer, not a value, so "const iterator" and "const const_iterator" produce the same function signature. Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com> * Fixed the span types. Signed-off-by: Mike Balfour <82224783+mbalfour-amzn@users.noreply.github.com> |
4 years ago | |
|---|---|---|
| .. | ||
| Components | 4 years ago | |
| Ebuses | 4 years ago | |
| Editor | 5 years ago | |
| GradientImageConversion.h | 5 years ago | |
| GradientSampler.h | 4 years ago | |
| GradientTransform.h | 4 years ago | |
| ImageAsset.h | 4 years ago | |
| ImageSettings.h | 5 years ago | |
| PerlinImprovedNoise.h | 5 years ago | |
| SmoothStep.h | 4 years ago | |
| Util.h | 4 years ago | |