Android-cuttlefish cvd tool
Namespaces | Functions
get_optional.h File Reference
#include <optional>
#include <vector>
Include dependency graph for get_optional.h:
This graph shows which files directly or indirectly include this file:

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)