![]() |
Lumiera 0.pre.04~rc.1
»edit your freedom«
|
unit test FunctionSignature_test More...
Go to the source code of this file.
unit test FunctionSignature_test
Definition in file function-signature-test.cpp.
#include "lib/test/run.hpp"#include "lib/format-cout.hpp"#include "lib/format-util.hpp"#include "lib/meta/function.hpp"#include <functional>#include <string>Namespaces | |
| namespace | lib |
| Implementation namespace for support and library code. | |
| namespace | lib::meta |
| namespace | lib::meta::test |
| namespace | lib::meta::test::anonymous_namespace{function-signature-test.cpp} |
Typedefs | |
| using | Func = function< int(uint)> |
| using | FuncF = function< int(Functor &, uint)> |
Classes | |
| struct | Functor |
| class | FunctionSignature_test |
Functions | |
| int | freeFun (uint i) |
| template<typename F > | |
| string | showSig (F) |
| template<typename F > | |
| string | showSigRef (F &) |
| template<typename F > | |
| string | showSigCRef (F &) |
| template<typename F > | |
| string | showSigRRef (F &&) |
| LAUNCHER (FunctionSignature_test, "unit common") | |
| Register this test class... | |