Skip to content

aherrmann/unpacking_tuples_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unpacking Tuples - Examples

Example codes for my blog-post Unpacking Tuples in C++14.

Usage

Build using CMake as follows.

src="$PWD"
mkdir ../build && cd ../build
cmake "$src"
# Or, to specifiy the compiler (e.g. Clang)
# cmake -DCMAKE_CXX_COMPILE=clang++
make -j && make test

Requirements

  • CMake >= 3.1
  • C++ 14 compiler and standard library

Tested with the following compilers:

  • GCC 5.3.0
  • Clang 3.6.2
  • Clang 3.7.1

LICENSE

The code is licensed under the MIT license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published