Home
last modified time | relevance | path

Searched defs:is_trivially_copyable (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/base/
Dmacros.h211 struct is_trivially_copyable { struct
238 static constexpr bool value = std::is_trivially_copyable<T>::value; argument