Lumiera
0.pre.03
»edit your freedom«
|
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>
Classes | |
class | FunctionSignature_test |
struct | Functor |
Typedefs | |
using | Func = function< int(uint)> |
using | FuncF = function< int(Functor &, uint)> |
Functions | |
int | freeFun (uint i) |
LAUNCHER (FunctionSignature_test, "unit common") | |
Register this test class... More... | |
template<typename F > | |
string | showSig (F) |
template<typename F > | |
string | showSigCRef (F &) |
template<typename F > | |
string | showSigRef (F &) |
template<typename F > | |
string | showSigRRef (F &&) |
Namespaces | |
lib | |
Implementation namespace for support and library code. | |
lib::meta::test::LAUNCHER | ( | FunctionSignature_test | , |
"unit common" | |||
) |
Register this test class...