#include <transrangers_ext.hpp>
          template<typename Range>
          skip_first_copy struct
        
        | Template parameters | |
|---|---|
| Range | |
Public types
- 
              using ranger = decltype(skip_
first(std::declval<Range&>()))  - using cursor = typename ranger::cursor
 
Public functions
- 
              template<typename F>auto operator()(const F& p) -> auto
 
Public variables
Function documentation
              
                template<typename Range>
                template<typename F>
              
              auto transrangers:: skip_first_copy<Range>:: operator()(const F& p)
            
            | Template parameters | |
|---|---|
| F | |
| Parameters | |
| p in | |
| Returns | auto |