Functors that return a constant. More...
#include "../defs.h"#include <functional>Go to the source code of this file.
Classes | |
| class | GeneratorConstant< _Result > |
| Generator that returns a constant. More... | |
| class | GeneratorConstant< void > |
| Generator that returns void. More... | |
| class | UnaryConstant< _Argument, _Result > |
| Unary functor that returns a constant. More... | |
| class | BinaryConstant< _FirstArgument, _SecondArgument, _Result > |
| Binary functor that returns a constant. More... | |
Functors that return a constant.
1.6.3