This utility provides a default argument evaluator that simply returns whatever value is passed.
Synopsis
Declared in <bdlf_bind.h>
template<
class BINDER,
class t_ARG_TUPLE>
struct Bind_Evaluator;
Type Aliases
Name |
Description |
Forwarding type of the bound argument value. |
Static Member Functions
Name |
Description |
Return the specified bound value unchanged. |
Specializations
Name |
Description |
|
Argument evaluator that substitutes a place‐holder with a call argument. |
Evaluator specialization for nested |
|
Evaluator specialization for nested |
Created with MrDocs