| 5735 | |
| 5736 | protected: |
| 5737 | ResultValueBase( Type type ) : ResultBase( type ) {} |
| 5738 | |
| 5739 | ResultValueBase( ResultValueBase const &other ) : ResultBase( other ) { |
| 5740 | if( m_type == ResultBase::Ok ) |
nothing calls this directly
no outgoing calls
no test coverage detected