What’s new in C++11
= delete, 507
allocator, construct forwards to any constructor, 482
array container, 327
auto, 68
begin function, 118
bind function, 397
bitset enhancements, 726
constexpr
decltype, 70
function return type, 250
delegating constructor, 291
deleted copy-control, 624
division rounding, 141
end function, 118
enumeration
explicit conversion operator, 582
explicit instantiation, 675
final class, 600
format control for floating-point, 757
forward function, 694
forward_list container, 327
function interface to callable objects, 577
inherited constructor, 628, 804
initializer_list, 220
inline namespace, 790
lambda expression, 388
long long, 33
mem_fn function, 843
move function, 533
move avoids copies, 529
move constructor, 534
move iterator, 543
move-enabled this pointer, 546
noexcept
nullptr, 54
random-number library, 745
not with dynamic array, 477
regular expression-library, 728
rvalue reference, 532
sizeof data member, 157
sizeof... operator, 700
smart pointer, 450
string
template
function template default template argument, 670
type alias, 666
type parameter as friend, 666
variadic, 699
varidadics and forwarding, 704
trailing return type, 229
tuple, 718
type alias declaration, 68
union member of class type, 848
unordered containers, 443