|
CeresEngine 0.2.0
A game development framework
|
A type erasing container that can store any path. More...
#include <CeresEngine/Mesh/Generator/AnyPath.hpp>
Classes | |
| class | Base |
| class | Derived |
Public Member Functions | |
| template<typename Path > | |
| AnyPath (Path path) | |
| AnyPath (const AnyPath &that) | |
| AnyPath & | operator= (const AnyPath &that) |
| AnyPath (AnyPath &&)=default | |
| AnyPath & | operator= (AnyPath &&)=default |
| AnyGenerator< Edge > | edges () const noexcept |
| AnyGenerator< PathVertex > | vertices () const noexcept |
Private Attributes | |
| UPtr< Base > | mBase |
A type erasing container that can store any path.
|
default |
|
noexcept |
|
noexcept |