|
taco-db
0.1.0
|
#include <limits>#include <type_traits>#include <cstdint>#include <absl/strings/numbers.h>#include <absl/strings/string_view.h>Go to the source code of this file.
Classes | |
| struct | taco::utils_numbers_impl::SimpleAtoiWrapperImpl< IntType, class > |
Namespaces | |
| taco | |
| taco::utils_numbers_impl | |
Functions | |
| template<class IntType > | |
| bool | taco::SimpleAtoiWrapper (absl::string_view str, IntType *out) |
| A wrapper version of absl::SimpleAtoi that supports 1/2/4/8-byte integers. More... | |