#include "shamsolvergraph/edge/IEdge.hpp"
#include <memory>
#include <optional>
Go to the source code of this file.
|
| namespace | shamrock |
| | namespace for the main framework
|
◆ is_null_opt_edge()
| bool shamrock::solvergraph::is_null_opt_edge |
( |
const std::shared_ptr< IEdge > & | edge | ) |
|
|
inline |
◆ make_null_opt_edge()
| std::shared_ptr< INullOptEdge > shamrock::solvergraph::make_null_opt_edge |
( |
| ) |
|
|
inline |
◆ obsfucate_null_opt_edge()
template<class T>
| std::shared_ptr< IEdge > shamrock::solvergraph::obsfucate_null_opt_edge |
( |
const std::optional< T > & | edge | ) |
|
|
inline |