Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
gtl::ElementDeleter Class Reference

Detailed Description

Definition at line 431 of file stl_util.h.

#include <stl_util.h>

Public Member Functions

template<typename STLContainer>
 ElementDeleter (STLContainer *ptr)
 ~ElementDeleter ()
 ElementDeleter (const ElementDeleter &)=delete
void operator= (const ElementDeleter &)=delete

Constructor & Destructor Documentation

◆ ElementDeleter() [1/2]

template<typename STLContainer>
gtl::ElementDeleter::ElementDeleter ( STLContainer * ptr)
inlineexplicit

Definition at line 434 of file stl_util.h.

◆ ~ElementDeleter()

gtl::ElementDeleter::~ElementDeleter ( )
inline

Definition at line 437 of file stl_util.h.

◆ ElementDeleter() [2/2]

gtl::ElementDeleter::ElementDeleter ( const ElementDeleter & )
delete

Member Function Documentation

◆ operator=()

void gtl::ElementDeleter::operator= ( const ElementDeleter & )
delete

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