BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslstl::Variant_DestructorVisitor Struct Reference

#include <bslstl_variant.h>

Public Member Functions

template<class t_TYPE >
void operator() (t_TYPE &object) const
 

Detailed Description

This component-private struct is a visitor that destroys the active alternative of the visited variant object.

Member Function Documentation

◆ operator()()

template<class t_TYPE >
void bslstl::Variant_DestructorVisitor::operator() ( t_TYPE &  object) const
inline

Destroy the specified object, which is the alternative that is being visited.


The documentation for this struct was generated from the following file: