LuaSTG-x Core API
std Member List

This is the complete list of members for std, including all inherited members.

accumulate(local t, local iter, local init, local op)std
adjacent_difference(local t, local iter, local dst, local op)std
all_of(local t, local iter, local op)std
any_of(local t, local iter, local op)std
bind(local f, local ...)std
catch(local e)std
clamp(local v, local lo, local hi, local op)std
copy(local t, local iter, local dst)std
copy_if(local t, local iter, local op, local dst)std
count(local t, local iter, local val)std
count_if(local t, local iter, local op)std
fill(local t, local iter, local val)std
fill_n(local t, local iter, local n, local val)std
finally(local block)std
find(local t, local iter, local val)std
find_first_of(local t1, local itre1, local t2, local iter2, local op)std
find_if(local t, local iter, local op)std
find_if_not(local t, local iter, local op)std
for_each(local t, local iter, local op)std
for_each_n(local t, local iter, local n, local op)std
generate(local t, local iter, local f)std
generate_n(local t, local iter, local n, local f)std
handler(local f, local obj)std
inner_product(local t1, local t2, local v0, local op1, local op2)std
is_callable(local f)std
is_const(local v)std
make_const(local v)std
make_once(local f)std
max_element(local t, local op)std
min_element(local t, local op)std
minmax_element(local t, local op)std
mismatch(local t1, local iter1, local t2, local iter2, local op)std
none_of(local t, local iter, local op)std
random_shuffle(local t, local r)std
remove(local t, local iter, local val)std
remove_if(local t, local iter, local op)std
replace(local t, local iter, local val, local newval)std
replace_if(local t, local iter, local op, local newval)std
search(local t1, local iter1, local t2, local iter2, local op)std
switch(local val, local cases)std
transform(local t, local iter, local f, local dst)std
try(local block)std
unconst(local v)std
unique(local t, local op)std
unique_copy(local t, local dst, local op)std
unusing(local name)std
using(local name)std
with(local t, local f)std