Google OR-Tools v9.15
a fast and portable software suite for combinatorial optimization
Loading...
Searching...
No Matches
operations_research::internal::UnderlyingContainerAdapter< Container > Class Template Reference

Detailed Description

template<class Container>
class operations_research::internal::UnderlyingContainerAdapter< Container >

Definition at line 237 of file k_shortest_paths.h.

#include <k_shortest_paths.h>

Public Types

typedef Container::container_type container_type

Public Member Functions

const container_typecontainer () const

Member Typedef Documentation

◆ container_type

template<class Container>
typedef Container::container_type operations_research::internal::UnderlyingContainerAdapter< Container >::container_type

Definition at line 239 of file k_shortest_paths.h.

Member Function Documentation

◆ container()

template<class Container>
const container_type & operations_research::internal::UnderlyingContainerAdapter< Container >::container ( ) const
inlinenodiscard

Definition at line 242 of file k_shortest_paths.h.


The documentation for this class was generated from the following file: