Flow
Documentation for the Flow C++ Library
Loading...
Searching...
No Matches
flow::Splice< T, first, last > Struct Template Reference

Splice out a list from the range [first, last). More...

Detailed Description

template<typename T, std::size_t first, std::size_t last>
struct flow::Splice< T, first, last >

Splice out a list from the range [first, last).

Template Parameters
TThe NonTypeList type.
firstThe begin.
lastThe end.

Definition at line 35 of file flow_non_type_list.h.


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