Definition at line 2042 of file field.hpp.
template<typename T >
static BaseField* FIX8::Inst::_gen::_make |
( |
const char * |
from, |
|
|
const RealmBase * |
db, |
|
|
const int |
rv |
|
) |
| |
|
inlinestatic |
Instantiate a field (no realm)
- Template Parameters
-
- Parameters
-
from | source string |
db | realm base for this type |
rv | realm value |
- Returns
- new field
Definition at line 2051 of file field.hpp.
2052 {
return new T{from, db}; }
template<typename T , typename R >
static BaseField* FIX8::Inst::_gen::_make |
( |
const char * |
from, |
|
|
const RealmBase * |
db, |
|
|
const int |
rv |
|
) |
| |
|
inlinestatic |
The documentation for this struct was generated from the following file: