Changeset 81671 in vbox for trunk/include
- Timestamp:
- Nov 5, 2019 11:30:37 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/restbase.h
r81670 r81671 896 896 } 897 897 898 /** Copy assignment operator. */ 899 RTCRestStringEnum &operator=(RTCRestStringEnum const &a_rThat) RT_NOEXCEPT 900 { 901 RTCRestStringEnumBase::operator=(a_rThat); 902 return *this; 903 } 904 898 905 /** 899 906 * Gets the enum value.
Note:
See TracChangeset
for help on using the changeset viewer.