MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / EagerEvaluator

Method EagerEvaluator

Bcore/src/main/cpp/android-base/logging.h:379–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

377template <typename LHS, typename RHS>
378struct EagerEvaluator {
379 constexpr EagerEvaluator(LHS l, RHS r) : lhs(l), rhs(r) {
380 }
381 LHS lhs;
382 RHS rhs;
383};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected