|
Nostrduino
|
#include "NostrString.h"#include <cerrno>#include <cctype>#include <cmath>#include <cstdint>#include <cstdlib>#include <limits>Go to the source code of this file.
Namespaces | |
| namespace | nostr |
| namespace | nostr::detail |
Functions | |
| bool | nostr::detail::parseIntegerStrict (const NostrString &value, int64_t &out) |
| bool | nostr::detail::parseFloatStrict (const NostrString &value, double &out) |