#include <cinttypes>
#include <cstdint>
Go to the source code of this file.
◆ kint16max
◆ kint16min
◆ kint32max
◆ kint32min
◆ kint64max
const int64_t kint64max = INT64_MAX |
|
static |
◆ kint64min
const int64_t kint64min = INT64_MIN |
|
static |
◆ kint8max
◆ kint8min
◆ kuint16max
◆ kuint32max
◆ kuint64max
const uint64_t kuint64max = UINT64_MAX |
|
static |
◆ kuint8max
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition at line 20 of file types.h.