iterative-solver 0.0
molpro::linalg::array::util::TempHandle< HandleType > Struct Template Reference

Static registrar of temporary handles. More...

#include <TempHandle.h>

Detailed Description

template<class HandleType>
struct molpro::linalg::array::util::TempHandle< HandleType >

Static registrar of temporary handles.

Static Public Attributes

static std::map< std::string, std::weak_ptr< HandleType > > handles
 

Member Data Documentation

◆ handles

template<class HandleType >
std::map< std::string, std::weak_ptr< HandleType > > molpro::linalg::array::util::TempHandle< HandleType >::handles
static