Namespaces
Variants
Views
Actions

Template:cpp/language/attributes/dsc likely

From cppreference.com

|- class="t-dsc" | [[likely]](C++20)
[[unlikely]](C++20) | indicates that the compiler should optimize for the case where a path of execution through a statement is more or less likely than any other path of execution
(attribute specifier) |-