mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
change generator access tarits
This commit is contained in:
parent
58b33d31c5
commit
75e164418b
12 changed files with 180 additions and 214 deletions
|
@ -23,7 +23,7 @@ namespace sprout {
|
|||
// ADL callable range_index_of(cont, p) -> range_index_of(cont, p)
|
||||
// [default]
|
||||
// Container is T[N] -> p - iterator(cont)
|
||||
// callable cont.index_of(p) -> cont.index_of(p)
|
||||
// otherwise, callable cont.index_of(p) -> cont.index_of(p)
|
||||
// otherwise -> sprout::distance(begin(cont), p)
|
||||
//
|
||||
template<typename Container>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue