...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Expression |
Attribute |
Description |
---|---|---|
|
Parse a floating point number into a |
|
|
Parse a floating point number into a |
|
|
Parse a floating point number into a |
|
|
Parse a floating point number into a |
|
|
Parse a floating point number into a |
|
|
Parse a floating point number into a |
|
|
Parse a binary integer into an |
|
|
Parse an octal integer into an |
|
|
Parse a hexadecimal integer into an |
|
|
Parse an unsigned short integer |
|
|
Parse an unsigned short integer, a number is matched only if
it's |
|
|
Parse an unsigned long integer |
|
|
Parse an unsigned long integer, a number is matched only if
it's |
|
|
Parse an unsigned int |
|
|
Parse an unsigned int, a number is matched only if it's |
|
|
Parse an unsigned long long |
|
|
Parse an unsigned long long, a number is matched only if it's
|
|
|
Parse a short integer |
|
|
Parse a short integer, a number is matched only if it's |
|
|
Parse a long integer |
|
|
Parse a long integer, a number is matched only if it's |
|
|
Parse an int |
|
|
Parse an int, a number is matched only if it's |
|
|
Parse a long long |
|
|
Parse a long long, a number is matched only if it's |