JANA2
C++ framework for multi-threaded data processing
|
Ideally we'd just use std::any, but we are restricted to C++14 for the time being. More...
#include <JAny.h>
Public Member Functions | |
JAnyT (T &&tt) | |
Public Attributes | |
T | t |
Ideally we'd just use std::any, but we are restricted to C++14 for the time being.