C.147: Add missing example. (#1835)

pull/1843/head
stefanhige 4 years ago committed by GitHub
parent 34c4b9f525
commit 740e71ecf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8063,7 +8063,10 @@ Casting to a reference expresses that you intend to end up with a valid object,
##### Example
???
std::string f(Base& b)
{
return dynamic_cast<Derived&>(b).to_string();
}
##### Enforcement

Loading…
Cancel
Save