nil::crypto3::codec::detail::hex_iterator_traits< std::ostream_iterator< T, charType, traits > > Struct Template Reference

#include <hex.hpp>

+ Collaboration diagram for nil::crypto3::codec::detail::hex_iterator_traits< std::ostream_iterator< T, charType, traits > >:

Public Types

typedef T value_type
 

Detailed Description

template<typename T, typename charType, typename traits>
struct nil::crypto3::codec::detail::hex_iterator_traits< std::ostream_iterator< T, charType, traits > >

Template Parameters
T
charType
traits
Note
ostream_iterators have three template parameters. The first one is the output type, the second one is the character type of the underlying stream, the third is the character traits. We only care about the first one.

Member Typedef Documentation

◆ value_type

template<typename T , typename charType , typename traits >
typedef T nil::crypto3::codec::detail::hex_iterator_traits< std::ostream_iterator< T, charType, traits > >::value_type

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