Home
last modified time | relevance | path

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

/rocksdb-6.9/third-party/folly/folly/
DTraits.h132 struct IsNothrowSwappable struct
DOptional.h234 void swap(Optional& that) noexcept(IsNothrowSwappable<Value>::value) { in swap()