Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 379 Bytes

6.46.md

File metadata and controls

10 lines (7 loc) · 379 Bytes

No, a constexpr function may only contains statements that generate no actions at run time, but the member method size() must be called at run time, thus the function can not be a constexpr function.