#include <bsta_basic_functors.h>
Definition at line 154 of file bsta_basic_functors.h.
Public Types | |
| enum | { return_dim = dist_::dimension } |
| typedef dist_::field_type | return_type |
Public Member Functions | |
| bool | operator() (const dist_ &, return_type &) const |
| The main function. | |
Static Public Attributes | |
| static const bool | valid_functor = false |
| is this functor valid for its distribution type. | |
Classes | |
| struct | rebind |
| rebind this functor to another distribution type. More... | |
| typedef dist_::field_type bsta_mean_functor< dist_, typename vpdt_enable_if< vpdt_is_mixture< dist_ > >::type >::return_type |
Definition at line 157 of file bsta_basic_functors.h.
| anonymous enum |
| bool bsta_mean_functor< dist_, typename vpdt_enable_if< vpdt_is_mixture< dist_ > >::type >::operator() | ( | const dist_ & | , | |
| return_type & | ||||
| ) | const [inline] |
const bool bsta_mean_functor< dist_, typename vpdt_enable_if< vpdt_is_mixture< dist_ > >::type >::valid_functor = false [static] |
is this functor valid for its distribution type.
Definition at line 160 of file bsta_basic_functors.h.
1.5.1