ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
Loading...
Searching...
No Matches
optional.hpp File Reference
#include <memory>
#include <optional>
+ Include dependency graph for core/actor/optional.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T >
const T * get_ptr (std::optional< T > const &opt)
 

Function Documentation

◆ get_ptr()