Classes | |
struct | has_const_iterator_struct |
struct | has_const_iterator_struct< T, true > |
Functions | |
template<typename T > | |
constexpr auto | has_const_iterator_helper (T *=nullptr) -> decltype(typename T::const_iterator(), bool()) |
constexpr bool | has_const_iterator_helper (...) |
constexpr auto lar::details::type_traits::has_const_iterator_helper | ( | T * | = nullptr | ) | -> decltype(typename T::const_iterator(), bool()) |
Definition at line 108 of file NestedIterator.h.
constexpr bool lar::details::type_traits::has_const_iterator_helper | ( | ... | ) |
Definition at line 113 of file NestedIterator.h.