An accessor to return the mean of the distribution. More...
#include <vpdt_distribution_accessors.h>
Classes | |
| struct | rebind |
| rebind this functor to another distribution type. More... | |
Public Types | |
| typedef dist_type::field_type | return_type |
| the functor return type. More... | |
| typedef dist_type | distribution_type |
| the distribution operated on by the functor. More... | |
Public Member Functions | |
| bool | operator() (const dist_type &d, return_type &retval) const |
| The main function. More... | |
Static Public Attributes | |
| static const bool | valid_functor = true |
| is this functor valid for its distribution type. More... | |
An accessor to return the mean of the distribution.
Definition at line 47 of file vpdt_distribution_accessors.h.
| typedef dist_type vpdt_mean_accessor< dist_type >::distribution_type |
the distribution operated on by the functor.
Definition at line 53 of file vpdt_distribution_accessors.h.
| typedef dist_type::field_type vpdt_mean_accessor< dist_type >::return_type |
the functor return type.
Definition at line 51 of file vpdt_distribution_accessors.h.
|
inline |
The main function.
Definition at line 64 of file vpdt_distribution_accessors.h.
|
static |
is this functor valid for its distribution type.
Definition at line 55 of file vpdt_distribution_accessors.h.
1.8.15