Android-cuttlefish cvd tool
Namespaces | Functions
selector_option_parser_utils.h File Reference
#include <cstddef>
#include <optional>
#include <string>
#include <vector>
#include "cuttlefish/common/libs/utils/flag_parser.h"
#include "cuttlefish/common/libs/utils/result.h"
Include dependency graph for selector_option_parser_utils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cuttlefish
 
namespace  cuttlefish::selector
 

Functions

template<typename T >
Result< void > cuttlefish::selector::FilterSelectorFlag (std::vector< std::string > &args, const std::string &flag_name, std::optional< T > &value_opt)
 
Result< std::vector< std::string > > cuttlefish::selector::SeparateButWithNoEmptyToken (const std::string &input, const std::string &delimiter)