Buckets:
| // -*- C++ -*- | |
| //===----------------------------------------------------------------------===// | |
| // | |
| // 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 | |
| // | |
| //===----------------------------------------------------------------------===// | |
| /* | |
| ctime synopsis | |
| Macros: | |
| NULL | |
| CLOCKS_PER_SEC | |
| TIME_UTC // C++17 | |
| namespace std | |
| { | |
| Types: | |
| clock_t | |
| size_t | |
| time_t | |
| tm | |
| timespec // C++17 | |
| clock_t clock(); | |
| double difftime(time_t time1, time_t time0); | |
| time_t mktime(tm* timeptr); | |
| time_t time(time_t* timer); | |
| char* asctime(const tm* timeptr); | |
| char* ctime(const time_t* timer); | |
| tm* gmtime(const time_t* timer); | |
| tm* localtime(const time_t* timer); | |
| size_t strftime(char* restrict s, size_t maxsize, const char* restrict format, | |
| const tm* restrict timeptr); | |
| int timespec_get( struct timespec *ts, int base); // C++17 | |
| } // std | |
| */ | |
| // <time.h> is not provided by libc++ | |
| _LIBCPP_BEGIN_NAMESPACE_STD | |
| using ::clock_t _LIBCPP_USING_IF_EXISTS; | |
| using ::time_t _LIBCPP_USING_IF_EXISTS; | |
| using ::tm _LIBCPP_USING_IF_EXISTS; | |
| using ::timespec _LIBCPP_USING_IF_EXISTS; | |
| using ::clock _LIBCPP_USING_IF_EXISTS; | |
| using ::difftime _LIBCPP_USING_IF_EXISTS; | |
| using ::mktime _LIBCPP_USING_IF_EXISTS; | |
| using ::time _LIBCPP_USING_IF_EXISTS; | |
| using ::asctime _LIBCPP_USING_IF_EXISTS; | |
| using ::ctime _LIBCPP_USING_IF_EXISTS; | |
| using ::gmtime _LIBCPP_USING_IF_EXISTS; | |
| using ::localtime _LIBCPP_USING_IF_EXISTS; | |
| using ::strftime _LIBCPP_USING_IF_EXISTS; | |
| using ::timespec_get _LIBCPP_USING_IF_EXISTS; | |
| _LIBCPP_END_NAMESPACE_STD | |
Xet Storage Details
- Size:
- 2.36 kB
- Xet hash:
- 70ec683c6be8f8535369da0d0af00bcaa39b64a4e61714c00f741f10ff25012e
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.