![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
#include <k_shortest_paths.h>
Public Types | |
typedef Container::container_type | container_type |
Public Member Functions | |
const container_type & | container () const |
Container adapter to be used with STL container adapters such as std::priority_queue. It gives access to the underlying container, which is a protected member in a standard STL container adapter.
Definition at line 226 of file k_shortest_paths.h.
typedef Container::container_type operations_research::internal::UnderlyingContainerAdapter< Container >::container_type |
Definition at line 228 of file k_shortest_paths.h.
|
inlinenodiscard |
No mutable version of container
, so that the user cannot change the data within the container: they might destroy the container's invariants.
Definition at line 231 of file k_shortest_paths.h.