Macro BOOST_VMD_TUPLE_POP_BACK
BOOST_VMD_TUPLE_POP_BACK — pops an element from the end of a tuple.
Synopsis
BOOST_VMD_TUPLE_POP_BACK(tuple)
Description
tuple = tuple to pop an element from.
If the tuple is an empty tuple the result is undefined. If the tuple is a single element the result is an empty tuple. Otherwise the result is a tuple after removing the last element.