![]() |
Generic wrapper for the declid() function. More...
#include <DeclId.h>
Public Member Functions | |
DeclId () | |
Default constructor of the DeclId functor. | |
template<typename T > | |
decltype(auto) BLAZE_ALWAYS_INLINE | operator() (const T &a) const |
Returns the result of the declid() function for the given object/value. More... | |
Generic wrapper for the declid() function.
|
inline |