зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1602105: Mention default value of Span<T, Extent>'s extent; r=perry
MozReview-Commit-ID: 5h8zGik856o Differential Revision: https://phabricator.services.mozilla.com/D56242 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
f03d58abea
Коммит
52a09d5497
|
@ -358,7 +358,7 @@ class extent_type<dynamic_extent> {
|
|||
* AsBytes(). Any Span<T> can be viewed as Span<uint8_t> using the function
|
||||
* AsWritableBytes().
|
||||
*/
|
||||
template <class ElementType, size_t Extent>
|
||||
template <class ElementType, size_t Extent /* = dynamic_extent */>
|
||||
class Span {
|
||||
public:
|
||||
// constants and types
|
||||
|
|
Загрузка…
Ссылка в новой задаче