New issue
Advanced search Search tips

Issue 901459 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Task



Sign in to add a comment

Move syncer::EnumSet to base/containers

Project Member Reported by piman@google.com, Nov 2

Issue description

Some other users are interested. There's also a bunch of std::bitset users in the codebase that seem to using it in a way consistent with EnumSet.

Some thoughts:
- deduce max value (T::kMaxValue if present) and possibly min value.
- Can probably write generic IPC ParamTraits and mojo struct traits.
 
Components: Internals>Core

Sign in to add a comment