Can't google this out so just looking for a quick answer. What this syntax means and is it standard C++?
template <class ...Options>
class list_base_hook;
The code is from boost libraries. http://www.boost.org/doc/libs/1_52_0/doc/html/intrusive/usage.html