Destroy the specified object, which is the alternative that is being visited.
Synopsis
Declared in <bslstl_variant.h>
template<class t_TYPE>
void
operator()(t_TYPE& object) const;
Parameters
Name |
Description |
object |
alternative object to destroy |
Created with MrDocs