Antares Simulator
Power System Simulator
probleme_spx_wrapper.h
1 #pragma once
2 
3 #include <memory>
4 
5 #include "spx_fonctions.h"
6 
8 {
9  void operator()(PROBLEME_SPX* p) const;
10 };
11 
12 using PROBLEME_SPX_WRAPPER = std::unique_ptr<PROBLEME_SPX, LibererProbleme>;
Definition: probleme_spx_wrapper.h:8