 |
API参考
|
16#ifndef BSL_UTIL_INTERNAL_H
17#define BSL_UTIL_INTERNAL_H
23#if defined(__clang__) && defined(__clang_major__) && __clang_major__ >= 15
24#define FALLTHROUGH __attribute__((fallthrough))
31typedef __int128_t int128_t;
32typedef __uint128_t uint128_t;
- bsl
- include
- bsl_util_internal.h