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