* Returns the type of the value. * * @returns The type. */
| 173 | * @returns The type. |
| 174 | */ |
| 175 | ValueType Value::GetType() const |
| 176 | { |
| 177 | return static_cast<ValueType>(m_Value.which()); |
| 178 | } |
| 179 | |
| 180 | void Value::Swap(Value& other) |
| 181 | { |
no outgoing calls
no test coverage detected