Buckets:
| //===----------------------------------------------------------------------===// | |
| // | |
| // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. | |
| // See https://llvm.org/LICENSE.txt for license information. | |
| // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | |
| // | |
| //===----------------------------------------------------------------------===// | |
| _LIBCPP_BEGIN_NAMESPACE_STD | |
| template <bool> | |
| struct __vector_base_common; | |
| template <> | |
| struct __vector_base_common<true> { | |
| [[noreturn]] _LIBCPP_EXPORTED_FROM_ABI void __throw_length_error() const; | |
| [[noreturn]] _LIBCPP_EXPORTED_FROM_ABI void __throw_out_of_range() const; | |
| }; | |
| void __vector_base_common<true>::__throw_length_error() const { std::__throw_length_error("vector"); } | |
| void __vector_base_common<true>::__throw_out_of_range() const { std::__throw_out_of_range("vector"); } | |
| _LIBCPP_END_NAMESPACE_STD | |
Xet Storage Details
- Size:
- 1.01 kB
- Xet hash:
- 7823309c273545a856bcc42f6b26e53256bec7f4b144ba8b3374dea64e274910
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.