1#ifndef LINEARALGEBRA_SRC_MOLPRO_LINALG_ARRAY_UTIL_TEMPHANDLE_H
2#define LINEARALGEBRA_SRC_MOLPRO_LINALG_ARRAY_UTIL_TEMPHANDLE_H
10template <
class HandleType>
12 static std::map<std::string, std::weak_ptr<HandleType>>
handles;
15template <
class HandleType>
Definition: ArrayHandler.h:23
Static registrar of temporary handles.
Definition: TempHandle.h:11
static std::map< std::string, std::weak_ptr< HandleType > > handles
Definition: TempHandle.h:12