| 208 | |
| 209 | public: |
| 210 | JSONWrapper( Container *val ) : object( val ) {} |
| 211 | JSONWrapper( std::nullptr_t ) {} |
| 212 | |
| 213 | typename Container::iterator begin() { return object ? object->begin() : typename Container::iterator(); } |
nothing calls this directly
no outgoing calls
no test coverage detected