Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
#include <stl_util.h>
Public Member Functions | |
STLValueDeleter (STLContainer *ptr) | |
~STLValueDeleter () | |
RAII object that deletes the values in the given container of std::pair<>s when it goes out of scope. Like ValueDeleter (above) except that this class is templated and doesn't have a virtual destructor.
New code should prefer ValueDeleter.
Definition at line 512 of file stl_util.h.
|
inline |
Definition at line 514 of file stl_util.h.
|
inline |
Definition at line 515 of file stl_util.h.