mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-12 14:54:10 +00:00
add uuid/md5_name_generator, sha1_name_generator
This commit is contained in:
parent
f05cd35fe8
commit
3955daf23b
6 changed files with 208 additions and 88 deletions
|
@ -15,7 +15,7 @@ namespace sprout {
|
|||
//
|
||||
template<
|
||||
typename Iterator,
|
||||
typename Traits = sprout::big_endian_traits<typename std::iterator_traits<Iterator>::value_type>
|
||||
typename Traits = sprout::endian_traits<typename std::iterator_traits<Iterator>::value_type>
|
||||
>
|
||||
class bytes_iterator
|
||||
: public std::iterator<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue