All placeholder types shall be Cpp17DefaultConstructible and
Cpp17CopyConstructible, and their default constructors and copy/move
constructors shall not throw exceptions.
It is implementation-defined whether
placeholder types are Cpp17CopyAssignable.
Cpp17CopyAssignable placeholders' copy
assignment operators shall not throw exceptions.