![]() |
LArSoft
v10_06_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Trait with type T stripped of all known reference types.
More...
#include "MetaUtils.h"
Public Types | |
| using | type = T |
Trait with type T stripped of all known reference types.
| T | type to remove referenceness from |
In addition of the standard C++ references, this trait also removes all pseudo-referenceness known (to it). That currently includes:
std::reference_wrapperThe implementation removes all references recursively.
Definition at line 531 of file MetaUtils.h.
|
inherited |
Definition at line 781 of file MetaUtils.h.