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

#include <sleipnir/util/small_vector.hpp>

Concept definition

template<typename T>
T{};
} && requires { ::new (static_cast<void*>(nullptr)) T; }
Definition small_vector.hpp:54
Definition small_vector.hpp:75
IntrusiveSharedPtr< T > AllocateIntrusiveShared(Alloc alloc, Args &&... args)
Definition IntrusiveSharedPtr.hpp:275