Changeset 507 for code/branches/FICN/src/misc
- Timestamp:
- Dec 12, 2007, 11:34:58 PM (17 years ago)
- Location:
- code/branches/FICN/src/misc
- Files:
-
- 2 added
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/misc/String2Number.h
r487 r507 32 32 * should be one of std::hex, std::dec or std::oct (dec is default value) 33 33 */ 34 String2Number(T& t, const std::string& s, std::ios_base& (*f)(std::ios_base&) = std::dec, int haltOnError=1)34 inline String2Number(T& t, const std::string& s, std::ios_base& (*f)(std::ios_base&) = std::dec, int haltOnError=1) 35 35 { 36 36 std::istringstream iss(s);
Note: See TracChangeset
for help on using the changeset viewer.