nil::crypto3::codec::detail::hex_iterator_traits< Iterator > Struct Template Reference

Own detail::hex_iterator_traits class allows to get inside of some kinds of output iterator and get the type to write in a hacky way. More...

#include <hex.hpp>

+ Collaboration diagram for nil::crypto3::codec::detail::hex_iterator_traits< Iterator >:

Public Types

typedef std::iterator_traits< Iterator >::value_type value_type
 

Detailed Description

template<typename Iterator>
struct nil::crypto3::codec::detail::hex_iterator_traits< Iterator >

Own detail::hex_iterator_traits class allows to get inside of some kinds of output iterator and get the type to write in a hacky way.

Template Parameters
Iterator

Member Typedef Documentation

◆ value_type

template<typename Iterator >
typedef std::iterator_traits<Iterator>::value_type nil::crypto3::codec::detail::hex_iterator_traits< Iterator >::value_type

The documentation for this struct was generated from the following file: