#include <ThreadEnvironment.h>
◆ EnvThread()
| Eigen::StlThreadEnvironment::EnvThread::EnvThread |
( |
std::function< void()> |
f | ) |
|
|
inline |
27 :
thr_(std::move(
f)) {}
std::thread thr_
Definition: ThreadEnvironment.h:33
static int f(const TensorMap< Tensor< int, 3 > > &tensor)
Definition: cxx11_tensor_map.cpp:237
◆ ~EnvThread()
| Eigen::StlThreadEnvironment::EnvThread::~EnvThread |
( |
| ) |
|
|
inline |
◆ OnCancel()
| void Eigen::StlThreadEnvironment::EnvThread::OnCancel |
( |
| ) |
|
|
inline |
◆ thr_
| std::thread Eigen::StlThreadEnvironment::EnvThread::thr_ |
|
private |
The documentation for this class was generated from the following file: