Android-cuttlefish cvd tool
Namespaces | Functions
parser.h File Reference
#include <string>
#include <string_view>
#include "cuttlefish/result/result.h"
Include dependency graph for parser.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cuttlefish
 

Functions

Result< bool > cuttlefish::ParseBool (std::string_view value, std::string_view name)
 
Result< int > cuttlefish::ParseInt (const std::string &value, std::string_view name)