VCTR
Loading...
Searching...
No Matches
vctr::is::uniquePtr Concept Reference

Constrains the type to be any instance of std::unique_ptr. More...

Concept definition

template<class T>
concept vctr::is::uniquePtr = detail::IsStdUniquePtr<T>::value
Constrains the type to be any instance of std::unique_ptr.
Definition: GenericConcepts.h:100

Detailed Description

Constrains the type to be any instance of std::unique_ptr.