LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "Tuple.h"
Public Member Functions | |
ValueHolder (DEFAULTS...defaults) | |
ValueHolder (std::tuple< DEFAULTS... > const &tup) | |
template<std::size_t I> | |
auto const & | get () const |
Private Attributes | |
std::tuple< DEFAULTS... > | holder_ |
|
inline |
|
inline |
|
inline |
Definition at line 39 of file Tuple.h.
References fhicl::tuple_detail::ValueHolder< DEFAULTS >::holder_.
|
private |
Definition at line 45 of file Tuple.h.
Referenced by fhicl::tuple_detail::ValueHolder< DEFAULTS >::get().