Important Notes¶
decltypeinspects types without evaluating expressions; parentheses affect results.automay drop top-levelconstand references; usedecltype(auto)to preserve.constexprshifts pure computation to compile time.inlinehelps with ODR when defining functions in headers.noexceptconveys and enforces exception guarantees; use deliberately.std::functionprovides flexibility at a runtime cost—choose it when needed.