Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
lib::test::anonymous_namespace{index-iter-test.cpp} Namespace Reference

Typedefs

using Numz = vector< uint >
 
using Iter = IndexIter< Numz >
 
using CIter = IndexIter< const Numz >
 
using SMIter = IndexIter< Numz, shared_ptr< Numz > >
 

Functions

Numz makeNumz ()
 

Variables

const uint NUM_ELMS = 10
 

Typedef Documentation

◆ Numz

using Numz = vector<uint>

Definition at line 50 of file index-iter-test.cpp.

◆ Iter

using Iter = IndexIter<Numz>

Definition at line 51 of file index-iter-test.cpp.

◆ CIter

using CIter = IndexIter<const Numz>

Definition at line 52 of file index-iter-test.cpp.

◆ SMIter

using SMIter = IndexIter<Numz, shared_ptr<Numz> >

Definition at line 53 of file index-iter-test.cpp.

Function Documentation

◆ makeNumz()

Numz makeNumz ( )
inline

Definition at line 56 of file index-iter-test.cpp.

References makeNumz(), and NUM_ELMS.

Referenced by makeNumz().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Variable Documentation

◆ NUM_ELMS

const uint NUM_ELMS = 10

Definition at line 48 of file index-iter-test.cpp.

Referenced by makeNumz().