|
Android-cuttlefish cvd tool
|
#include <optional>#include <vector>

Go to the source code of this file.
Namespaces | |
| namespace | cuttlefish |
Functions | |
| template<typename T > | |
| std::optional< T > | cuttlefish::GetOptional (const std::vector< T > &vector, size_t i) |
| template<typename T > | |
| std::optional< T > | cuttlefish::GetOptional (const std::vector< std::optional< T > > &vector, size_t i) |