Returns the allocated byte size of any Storage variant.
Parameters
sStorageVariant to query.
Returns
std::size_tThe nbytes field of whichever alternative s holds. 0 if the variant index is unrecognised (cannot happen with the current definition).