JANA2
C++ framework for multi-threaded data processing
Loading...
Searching...
No Matches
JAnyT< T > Struct Template Reference

Ideally we'd just use std::any, but we are restricted to C++14 for the time being. More...

#include <JAny.h>

Inheritance diagram for JAnyT< T >:
[legend]
Collaboration diagram for JAnyT< T >:
[legend]

Public Member Functions

 JAnyT (T &&tt)
 

Public Attributes

t
 

Detailed Description

template<typename T>
struct JAnyT< T >

Ideally we'd just use std::any, but we are restricted to C++14 for the time being.


The documentation for this struct was generated from the following file: