| 7417 | |
| 7418 | template <bool AllowManualDestruction = !Destruct> |
| 7419 | typename std::enable_if<AllowManualDestruction>::type destruct() |
| 7420 | { |
| 7421 | stored_object().~T(); |
| 7422 | } |
| 7423 | |
| 7424 | private: |
| 7425 | // If this is a constructor benchmark, destruct the underlying object |
nothing calls this directly
no outgoing calls
no test coverage detected