Android-cuttlefish cvd tool
|
#include <cstddef>
#include <optional>
#include <string>
#include <vector>
#include "cuttlefish/common/libs/utils/flag_parser.h"
#include "cuttlefish/common/libs/utils/result.h"
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) |