| 43 | |
| 44 | template <typename TDerived> |
| 45 | inline JsonObject VariantRefBase<TDerived>::createNestedObject() const { |
| 46 | return add<JsonObject>(); |
| 47 | } |
| 48 | |
| 49 | template <typename TDerived> |
| 50 | template <typename TChar> |
nothing calls this directly
no outgoing calls
no test coverage detected