Assume the following c++17 code:
#include namespace dtl { struct One { explicit One(int); ~One() = default; One(co