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

#include <sleipnir/util/small_vector.hpp>

Concept definition

template<typename T, typename... Args>
concept sleipnir::concepts::NoThrowConstructibleFrom = std::is_nothrow_constructible_v<T, Args...>
Definition small_vector.hpp:57
IntrusiveSharedPtr< T > AllocateIntrusiveShared(Alloc alloc, Args &&... args)
Definition IntrusiveSharedPtr.hpp:275