L
L'c' (wchar_t literal), 38
label
arguments, 389
biggiesprogram, 391reference capture, 393
capture by reference, 393
implicit capture, 394
mutable, 395parameters, 389
passed to
find_if, 390passed to
stable_sort, 389trailing return type, 396
left, manipulator, 758
left-inclusive interval, 331, 373
length_error, 197
less<T>, 575
less_equal<T>, 575
letter grade, program, 175
lexicographical_compare, 881
library function objects, 574
as arguments to algorithms, 575
library names to header table, 866
C++ to C, 860
compound, 858
overloaded function, 860
parameter or return type, 859
pointer to function, 859
return type, 859
single, 858
template errors at link time, 657
list, 373
see alsocontainer
see alsosequential container
bidirectional iterator, 412
header, 329
list initialization, 336
merge, 415overview, 327
remove, 415remove_if, 415reverse, 415splice, 416unique, 415value initialization, 336
=(assignment), 145array, 337associative container, 423
container, 336
dynamically allocated, object, 459
preferred, 99
prevents narrowing, 43
sequential container, 336
vector, 98
bool, 41in condition, 143
char, 39decimal, 38
double(numEnum or numenum), 38float(numFor numf), 41floating-point, 38
hexadecimal (
0Xnum or0xnum), 38int, 38long(numLor numl), 38long double(ddd.dddLor ddd.dddl), 41long long(numLLor numll), 38octal (
0num), 38unsigned(numUor numu), 41wchar_t, 40
literal type, 66
class type, 299
local scope, see block scope
destructor, 502
lifetime, 204
pointer, return value, 225
reference, return value, 225
returnstatement, 224
lock, weak_ptr, 473
logic_error, 197
logical_and<T>, 575
logical_not<T>, 575
logical_or<T>, 575
long, 33
literal (num
Lor numl), 38
long double, 33
literal (ddd.ddd
Lor ddd.dddl), 41
long long, 33
literal (num
LLor numll), 38
lookup, name, seename lookup
argument and parameter, 213
conversion from, 163
conversion to, 162
overloaded function, 232
template argument deduction, 693
lower_bound
lround, 751
cast to rvalue reference, 691
copy initialization, uses copy constructor, 539
decltype, 135reference collapsing rule, 688
result
->(arrow operator), 150++(increment) prefix, 148--(decrement) prefix, 148*(dereference), 135[](subscript), 135=(assignment), 145,(comma operator), 158?:(conditional operator), 151cast, 163
decltype, 71function reference return type, 226
variable, 533