Android-cuttlefish cvd tool
|
#include <ostream>
#include <string>
#include <type_traits>
#include <unordered_map>
#include <unordered_set>
#include <vector>
#include <android-base/logging.h>
#include <fruit/fruit.h>
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/common/libs/utils/type_name.h"
Go to the source code of this file.
Namespaces | |
namespace | cuttlefish |
Typedefs | |
template<auto Fn> | |
using | cuttlefish::AutoSetup = GenericSetupImpl< Fn, decltype(Fn)> |
Functions | |
template<typename... Args> | |
std::unordered_set< SetupFeature * > | cuttlefish::SetupFeatureDeps (const std::tuple< Args... > &args) |