CPP06 1.0
|
A static class to convert string literals to scalar types. [詳解]
#include <ScalarConverter.hpp>
静的公開メンバ関数 | |
static void | convert (const std::string &literal) |
The main conversion method. | |
A static class to convert string literals to scalar types.
This class cannot be instantiated. It provides a single static method to perform conversions.
ScalarConverter.hpp の 29 行目に定義があります。
|
static |
The main conversion method.
Detects the type of the literal, converts it, and prints the results for all four scalar types.
literal | The string literal to convert. |
ScalarConverter.cpp の 177 行目に定義があります。