Skip to content

shal/tpl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tpl Task 1

Overview

Implement in C++ function that takes polymorphic function as an argument. Is it possible to pass function template into such construction? What is the main difference with Haskell? Why std::function objects cannot be used ?

Development

Change your current directory to ./build

cd build

Let's prepare the build

cmake ..

Build and compile the program

make

Execute the binary

./tpl

Releases

No releases published

Packages

No packages published