Inline variables

suggest change

Versions

[{“Name”:“C++17”,“GroupName”:null}]

Introduction

An inline variable is allowed to be defined in multiple translation units without violating the One Definition Rule. If it is multiply defined, the linker will merge all definitions into a single object in the final program.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents