mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-04 14:14:09 +00:00
add ptr_fun, mem_fun, mem_fun_ref
This commit is contained in:
parent
4a8e938887
commit
f86d17d0d4
46 changed files with 322 additions and 76 deletions
|
@ -61,7 +61,7 @@ namespace sprout {
|
|||
, count_()
|
||||
{}
|
||||
value_iterator(value_iterator const&) = default;
|
||||
SPROUT_CONSTEXPR explicit value_iterator(typename sprout::value_holder<T>::param_type p, std::size_t count = -1)
|
||||
explicit SPROUT_CONSTEXPR value_iterator(typename sprout::value_holder<T>::param_type p, std::size_t count = -1)
|
||||
: holder_(p)
|
||||
, count_(count)
|
||||
{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue