|
Dev Essential
1.6.3
|
Constant value factory to create a constant numeric value of value.
More...
#include <mapper_base_types.h>
Public Member Functions | |
| ConstantValueFactory ()=delete | |
| CTOR. | |
Static Public Member Functions | |
| static std::shared_ptr< const PlainSourceValue > | make (const std::string &value) |
| Constant value factory to create a PlainSourceValue reference. | |
Constant value factory to create a constant numeric value of value.
|
static |
Constant value factory to create a PlainSourceValue reference.
| value | a constant numeric value as string |