Changeset 42:7ebf3127fed4 in rrlib_rtti_conversion
- Timestamp:
- 22.02.2021 07:22:18 (5 days ago)
- Branch:
- 17.03
- Phase:
- public
- Tags:
- tip
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tRegisteredConversionOperation.h
r40 r42 89 89 ARRAY_TO_VECTOR, //!< Types supported by array to vector operation 90 90 GET_TUPLE_ELEMENT, //!< Types supported by get tuple element operation 91 ADJUST_LENGTH //!< Types supported by adjust length operation 91 ADJUST_LENGTH, //!< Types supported by adjust length operation 92 93 // For externally defined non-standard operations 94 EXTERNALLY_DEFINED 92 95 }; 93 96
Note: See TracChangeset
for help on using the changeset viewer.