-
- Downloads
[typetraits] Implement Dune::IsCallable
This is a type trait that checks whether some type has a defined ()-operator that can be invoked with a given list of arguments types and returns objects of a specified type. Is is an improved implementation of Dune::Std::is_callable which is deprecated.
parent
ddbe19c3
Branches
Tags
Showing
- CHANGELOG.md 7 additions, 2 deletionsCHANGELOG.md
- dune/common/test/CMakeLists.txt 4 additions, 0 deletionsdune/common/test/CMakeLists.txt
- dune/common/test/iscallabletest.cc 72 additions, 0 deletionsdune/common/test/iscallabletest.cc
- dune/common/typetraits.hh 39 additions, 0 deletionsdune/common/typetraits.hh
dune/common/test/iscallabletest.cc
0 → 100644
-
mentioned in commit 89374ca4
-
mentioned in merge request !979 (merged)
Please register or sign in to comment