Home
last modified time | relevance | path

Searched refs:IsSpanImpl (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/containers/
Dspan.h30 struct IsSpanImpl : std::false_type {}; struct
33 struct IsSpanImpl<span<T, Extent>> : std::true_type {};
36 using IsSpan = IsSpanImpl<std::decay_t<T>>;