REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
Loading...
Searching...
No Matches
is_number.h
Go to the documentation of this file.
1// Copyright (c) 2024 anabrid GmbH
2// Contact: https://www.anabrid.com/licensing/
3// SPDX-License-Identifier: MIT OR GPL-2.0-or-later
4
5#pragma once
6
7#include <string>
8
9namespace utils {
10 bool is_number(const std::string::const_iterator &start, const std::string::const_iterator &end);
11}
bool is_number(const std::string::const_iterator &start, const std::string::const_iterator &end)
Definition is_number.cpp:8