#include <strip.hpp>
◆ difference_type
template<class Led >
using neo::strip< Led >::const_iterator::difference_type = void |
◆ iterator_category
template<class Led >
using neo::strip< Led >::const_iterator::iterator_category = std::random_access_iterator_tag |
◆ pointer
template<class Led >
using neo::strip< Led >::const_iterator::pointer = void |
◆ reference
template<class Led >
using neo::strip< Led >::const_iterator::reference = void |
◆ value_type
template<class Led >
using neo::strip< Led >::const_iterator::value_type = decltype(std::declval<strip const &>()[0]) |
The documentation for this class was generated from the following file: