Non-templated base class for span
.
More...
#include <span.h>
|
template<typename Cont > |
static decltype(auto) | get_begin (Cont &cont) |
| Returns the begin iterator of the specified container. More...
|
|
template<typename Cont > |
static decltype(auto) | get_end (Cont &cont) |
| Returns the end iterator of the specified container. More...
|
|
template<typename Cont > |
static decltype(auto) | get_cbegin (Cont &cont) |
| Returns the constant begin iterator of the specified container. More...
|
|
template<typename Cont > |
static decltype(auto) | get_cend (Cont &cont) |
| Returns the constant end iterator of the specified container. More...
|
|
Non-templated base class for span
.
Definition at line 26 of file span.h.
Type of begin iterator of Cont
type.
Definition at line 41 of file span.h.
Type of constant begin iterator of Cont
type.
Definition at line 62 of file span.h.
Type of constant end iterator of Cont
type.
Definition at line 67 of file span.h.
Type of end iterator of Cont
type.
Definition at line 46 of file span.h.
template<typename Cont >
static decltype(auto) util::span_base::get_begin |
( |
Cont & |
cont | ) |
|
|
inlinestatic |
Returns the begin iterator of the specified container.
Definition at line 30 of file span.h.
decltype(auto) constexpr begin(T &&obj)
ADL-aware version of std::begin.
template<typename Cont >
static decltype(auto) util::span_base::get_cbegin |
( |
Cont & |
cont | ) |
|
|
inlinestatic |
Returns the constant begin iterator of the specified container.
Definition at line 51 of file span.h.
decltype(auto) constexpr cbegin(T &&obj)
ADL-aware version of std::cbegin.
template<typename Cont >
static decltype(auto) util::span_base::get_cend |
( |
Cont & |
cont | ) |
|
|
inlinestatic |
Returns the constant end iterator of the specified container.
Definition at line 56 of file span.h.
decltype(auto) constexpr cend(T &&obj)
ADL-aware version of std::cend.
template<typename Cont >
static decltype(auto) util::span_base::get_end |
( |
Cont & |
cont | ) |
|
|
inlinestatic |
Returns the end iterator of the specified container.
Definition at line 35 of file span.h.
end
while True: pbar.update(maxval-len(onlies[E][S])) #print iS, "/", len(onlies[E][S]) found = False for...
decltype(auto) constexpr end(T &&obj)
ADL-aware version of std::end.
The documentation for this struct was generated from the following file:
- larcorealg/larcorealg/CoreUtils/span.h