BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bslmt::EntryPointFunctorAdapter< TYPE > Class Template Reference

#include <bslmt_entrypointfunctoradapter.h>

Inheritance diagram for bslmt::EntryPointFunctorAdapter< TYPE >:
bslmt::EntryPointFunctorAdapter_Base

Public Member Functions

 ~EntryPointFunctorAdapter ()=default
 

Friends

struct EntryPointFunctorAdapterUtil
 

Detailed Description

template<typename TYPE>
class bslmt::EntryPointFunctorAdapter< TYPE >

Hold a copy of an instance of parameterized type, along with the allocator used to manage the copy. TYPE shall have a copy constructor, and declare the bslma::UsesBslmaAllocator trait if it uses bslma::Allocator as an argument to its copy constructor.

Constructor & Destructor Documentation

◆ ~EntryPointFunctorAdapter()

template<typename TYPE >
bslmt::EntryPointFunctorAdapter< TYPE >::~EntryPointFunctorAdapter ( )
default

Destroy this object and the underlying managed object. Note that this public destructor is generated by the compiler.

Friends And Related Symbol Documentation

◆ EntryPointFunctorAdapterUtil

template<typename TYPE >
friend struct EntryPointFunctorAdapterUtil
friend

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