Belle II Software development
|
ModuleID_t specialization of TokenCast<T> the decimal point is set to '. More...
#include <ARICHDatabaseTools.h>
Public Member Functions | |
auto | isValidChar (const unsigned char character) const noexcept -> bool |
isValidChar defines characters that are allowed for the convertion | |
auto | operator() (const std::string &rToken) const -> ModuleID_t |
operator () converts given token to an integer. | |
ModuleID_t specialization of TokenCast<T> the decimal point is set to '.
'!
Definition at line 303 of file ARICHDatabaseTools.h.
|
inlinenoexcept |
isValidChar defines characters that are allowed for the convertion
character |
Definition at line 309 of file ARICHDatabaseTools.h.
|
inline |
operator () converts given token to an integer.
rToken |
invalid_argument | in case the given string is invalid for convertion |
std::out_of_range | if the given number is smaller/greater than a double. |
Definition at line 323 of file ARICHDatabaseTools.h.