#include "pybind11/pybind11.h"
#include "pybind11/eigen.h"
#include "pybind11/stl.h"
#include "pybind11/stl/filesystem.h"
#include "fwd.h"
#include <memory>
Go to the source code of this file.
|
template<class T , class = typename std::enable_if<!std::is_lvalue_reference<T>::value>::type> |
std::shared_ptr< T > | wrap_shared (T &&source) |
|
◆ PyDataSet
◆ PyModel
◆ PyWeighting
◆ wrap_shared()
template<class T , class = typename std::enable_if<!std::is_lvalue_reference<T>::value>::type>
std::shared_ptr<T> wrap_shared |
( |
T && |
source | ) |
|