Searched refs:IsNothrowSwappable (Results 1 – 2 of 2) sorted by relevance
| /rocksdb-6.9/third-party/folly/folly/ | ||
| D | Traits.h | 132 struct IsNothrowSwappable struct |
| D | Optional.h | 234 void swap(Optional& that) noexcept(IsNothrowSwappable<Value>::value) { in swap() |