Sunday, January 3, 2010
Do you need to return more than a value
Typically you do
return_value function(parameters)
{
}
with boost::tuple you can return tuples of values. here is an example of code.
return_value function(parameters)
{
}
with boost::tuple you can return tuples of values. here is an example of code.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment
[フレーム]