reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
127 if (other.hasValue()) { 129 value = std::move(other.value); 131 ::new ((void *)std::addressof(value)) T(std::move(other.value));