CDT++
Causal Dynamical Triangulations in C++
Loading...
Searching...
No Matches
Functions
Function_ref_test.cpp File Reference

Tests on function pointers, lambdas, and function_refs. More...

#include <doctest/doctest.h>
#include <tl/function_ref.hpp>
#include "Ergodic_moves_3.hpp"
+ Include dependency graph for Function_ref_test.cpp:

Go to the source code of this file.

Functions

 GIVEN ("A simple lambda.")
 

Detailed Description

Tests on function pointers, lambdas, and function_refs.

Author
Adam Getchell

Tests for lambdas and function_refs to store function objects for delayed calls

Definition in file Function_ref_test.cpp.

Function Documentation

◆ GIVEN()

GIVEN ( "A simple lambda."  )

Definition at line 25 of file Function_ref_test.cpp.