Unravel Engine C++ Reference
|
A type erasing container that can store any path. More...
#include <any_path.hpp>
Public Member Functions | |
template<typename path_t > | |
any_path (path_t path) | |
any_path (const any_path &that) | |
any_path (any_path &&)=default | |
any_path & | operator= (const any_path &that) |
any_path & | operator= (any_path &&)=default |
any_generator< edge_t > | edges () const noexcept |
any_generator< path_vertex_t > | vertices () const noexcept |
A type erasing container that can store any path.
Definition at line 14 of file any_path.hpp.
|
inline |
Definition at line 18 of file any_path.hpp.
any_path::any_path | ( | const any_path & | that | ) |
Definition at line 7 of file any_path.cpp.
|
default |
|
noexcept |
Definition at line 17 of file any_path.cpp.
Definition at line 11 of file any_path.cpp.
|
noexcept |
Definition at line 22 of file any_path.cpp.