![]() |
The Gaudi Framework
v28r2-patches (bc4ad17a)
|
Functions | |
| template<typename A > | |
| bool | check_sizes (const A &) noexcept |
| Resolve case there is only one container in the range. More... | |
| template<typename A , typename B > | |
| bool | check_sizes (const A &a, const B &b) noexcept |
| Compare sizes of two containers. More... | |
| template<typename A , typename B , typename... C> | |
| bool | check_sizes (const A &a, const B &b, const C &...c) noexcept |
| Compare sizes of 3 or more containers. More... | |
| template<typename... Args> | |
| decltype(auto) | verifySizes (Args &...args) |
| Verify the data container sizes have the same sizes. More... | |
| template<typename... Args> | |
| decltype(auto) | range (Args &&...args) |
| Zips multiple containers together to form a single range. More... | |
| template<typename... Args> | |
| decltype(auto) | const_range (Args &&...args) |
| Zips multiple containers together to form a single const range. More... | |
|
inlinenoexcept |
Resolve case there is only one container in the range.
Definition at line 29 of file FunctionalDetails.h.
|
inlinenoexcept |
Compare sizes of two containers.
Definition at line 33 of file FunctionalDetails.h.
|
inlinenoexcept |
Compare sizes of 3 or more containers.
Definition at line 40 of file FunctionalDetails.h.
|
inline |
Zips multiple containers together to form a single const range.
Definition at line 66 of file FunctionalDetails.h.
|
inline |
Zips multiple containers together to form a single range.
Definition at line 57 of file FunctionalDetails.h.
|
inline |
Verify the data container sizes have the same sizes.
Definition at line 47 of file FunctionalDetails.h.