pflib v3.9.0-rc3-11-g2537d8f
Pretty Fine HGCROC Interaction Library
Loading...
Searching...
No Matches
str_to_int.h
Go to the documentation of this file.
1
5#pragma once
6
7#include <string>
8
9namespace pflib::utility {
10
27int str_to_int(std::string str);
28
29} // namespace pflib::utility
Dumping ground for various functions that are used in many places.
Definition crc.cxx:9
int str_to_int(std::string str)
Get an integer from the input string.
Definition str_to_int.cxx:5