chromium/base/containers/dynamic_extent.h

// Copyright 2024 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef BASE_CONTAINERS_DYNAMIC_EXTENT_H_
#define BASE_CONTAINERS_DYNAMIC_EXTENT_H_

#include <cstddef>
#include <limits>

namespace base {

// [views.constants]
inline constexpr size_t dynamic_extent =;

}  // namespace base

#endif  // BASE_CONTAINERS_DYNAMIC_EXTENT_H_