#include <Types.hh>
Definition at line 124 of file Types.hh.
◆ ScopeDestructor() [1/3]
template<typename FuncT >
PTL::ScopeDestructor::ScopeDestructor |
( |
FuncT && |
_func | ) |
|
|
inline |
Definition at line 127 of file Types.hh.
129 {}
std::function< void()> m_functor
◆ ScopeDestructor() [2/3]
◆ ScopeDestructor() [3/3]
Definition at line 136 of file Types.hh.
138 {
139 rhs.m_functor = []() {};
140 }
◆ ~ScopeDestructor()
PTL::ScopeDestructor::~ScopeDestructor |
( |
| ) |
|
|
inline |
◆ operator=() [1/2]
◆ operator=() [2/2]
Definition at line 141 of file Types.hh.
142 {
143 if(this != &rhs)
144 {
146 rhs.m_functor = []() {};
147 }
148 return *this;
149 }
References m_functor.
◆ m_functor
The documentation for this struct was generated from the following file:
- source/externals/ptl/include/PTL/Types.hh