MCPcopy Create free account
hub / github.com/BernardoGiordano/Checkpoint / ~SmallVector

Method ~SmallVector

3ds/include/SmallVector.hpp:106–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104 constexpr SmallVector() = default;
105
106 constexpr ~SmallVector() noexcept(std::is_nothrow_destructible_v<T>) { std::destroy_n(data(), size()); }
107
108 template <std::size_t OSize = Size>
109 requires(OSize <= Size) && std::is_copy_constructible_v<T>

Callers

nothing calls this directly

Calls 2

dataClass · 0.85
sizeFunction · 0.85

Tested by

no test coverage detected