Searched refs:Is (Results 1 – 3 of 3) sorted by relevance
83 template <size_t... Is>84 constexpr TypeInfo(std::index_sequence<Is...>) in TypeInfo() argument85 : name{(Is < Size - 1 ? BaseName[Offset + Is] : '\0')...} {} in TypeInfo()
82 template <size_t... Is, template <typename> class... Locks>83 GuardMultiple(std::index_sequence<Is...>, Locks<LockType>*... locks) { in GuardMultiple() argument87 {{OrderedLock, lock_pointers[Is], in GuardMultiple()88 reinterpret_cast<uintptr_t>(lock_pointers[Is])}...}}; in GuardMultiple()
37 - Is the feature lightweight, general-purpose, and platform-independent?38 - Is the feature not well served by other means, particularly by the C++40 - Is the feature needed by a Fuchsia SDK library?
Completed in 14 milliseconds