Sleipnir C++ API
Loading...
Searching...
No Matches
sleipnir::concepts::NoThrowDestructible Concept Reference

#include <sleipnir/util/small_vector.hpp>

Concept definition

template<typename T>
concept sleipnir::concepts::NoThrowDestructible = std::is_nothrow_destructible_v<T>
Definition small_vector.hpp:48