Logic for creating a regex for a given type of data.
More...
|
| static const char * | ValidRegex (const TypeInfo &info) |
| | Returns a valid regex string for the given type info.
|
Logic for creating a regex for a given type of data.
Definition at line 80 of file StringStream.h.
◆ ValidRegex()
| const char * TypeInfoRegex::ValidRegex |
( |
const TypeInfo & | info | ) |
|
|
static |
Returns a valid regex string for the given type info.
- Parameters
-
| [in] | info | The type info to generate a regex for. |
- Returns
- A C-string containing the regex pattern.
The documentation for this class was generated from the following file: