VCTR
Loading...
Searching...
No Matches
vctr::has::getStorageInfo Concept Reference

Constrains a type to have a function getStorageInfo() const. More...

Concept definition

template<class T>
concept vctr::has::getStorageInfo = requires (const T& t) { t.getStorageInfo(); }
Constrains a type to have a function getStorageInfo() const.
Definition: ContainerAndExpressionConcepts.h:150

Detailed Description

Constrains a type to have a function getStorageInfo() const.