| 138 | } |
| 139 | |
| 140 | MutableSerializationInfoPtr SerializationInfo::clone() const |
| 141 | { |
| 142 | return std::make_shared<SerializationInfo>(kind_stack, settings, data); |
| 143 | } |
| 144 | |
| 145 | /// Returns true if all rows with default values of type 'lhs' |
| 146 | /// are mapped to default values of type 'rhs' after conversion. |
no test coverage detected