Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
iter-zip-test.cpp File Reference

Go to the source code of this file.

#include "lib/test/run.hpp"
#include "lib/iter-zip.hpp"
#include "lib/iter-explorer.hpp"
#include "lib/test/test-helper.hpp"
#include "lib/test/diagnostic-output.hpp"
#include "lib/format-util.hpp"
#include "lib/util.hpp"
#include <array>
#include <vector>

Namespaces

namespace  lib
 Implementation namespace for support and library code.
 
namespace  lib::test
 Unit tests for the Lumiera support library.
 
namespace  lib::test::anonymous_namespace{iter-zip-test.cpp}
 

Macros

#define TYPE(_EXPR_)   showType<decltype(_EXPR_)>()
 

Classes

class  IterZip_test
 

Functions

auto num5 ()
 
template<uint N, uint S = 0>
auto numS ()
 
auto num31 ()
 
auto num32 ()
 
auto num33 ()
 
template<class II >
string materialise (II &&ii)
 Diagnostic helper: join all the elements from the iterator.
 
 LAUNCHER (IterZip_test, "unit common")
 

Variables

auto hexed = [](int i){ return util::showHash(i,1); }
 

Macro Definition Documentation

◆ TYPE

#define TYPE (   _EXPR_)    showType<decltype(_EXPR_)>()

Definition at line 67 of file iter-zip-test.cpp.