AutoPas  3.0.0
Loading...
Searching...
No Matches
Namespaces | Typedefs
optRef.h File Reference
#include <functional>
#include <optional>
Include dependency graph for optRef.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  autopas
 This is the main namespace of AutoPas.
 
namespace  autopas::utils
 In this namespace some helper classes and functions can be found used inside of AutoPas.
 

Typedefs

template<typename T >
using autopas::utils::optRef = std::optional< std::reference_wrapper< T > >
 Short alias for std::optional<std::reference_wrapper<T>>
 

Detailed Description

Date
11/02/2026
Author
S. J. Newcome