add informative comment

This commit is contained in:
v4hn 2020-05-19 09:30:16 +02:00
parent 9f07cf5e97
commit 98cac4fd7c

View File

@ -200,6 +200,7 @@ public:
inline const InterfaceState* start() const { return start_; }
inline const InterfaceState* end() const { return end_; }
/// Retrieve following (FORWARD) or preceding (BACKWARD) solution segments
template <Interface::Direction dir>
inline const InterfaceState::Solutions& trajectories() const;