|
template<class ARRAY_T > |
static constexpr auto | has_safe_access (ARRAY_T &&arr) -> decltype(arr.at(0), std::true_type()) |
|
static constexpr auto | has_safe_access (...) -> std::false_type |
|
template<class ARRAY_T > |
static auto & | get_safe_if_possible (ARRAY_T &arr, size_t i) |
|
template<typename T1 , typename T2 > |
static auto & | get (const T1 &e, T2 &out_array) |
|
template<typename... T>
template<typename A1, typename... ARGGS>
struct Belle2::group_helper::group< T >::__get_element< A1, ARGGS >
Definition at line 156 of file group_helper.h.
The documentation for this struct was generated from the following file: