#include <probabilities.hpp>
Public Types | |
| typedef Value | value_type |
Static Public Member Functions | |
| static void | is_valid (value_type, linear_domain) |
| static void | is_valid (value_type, log_domain) |
This class models the ValidatorConcept but does nothing to check the validity of a value. Use this validator if the values will normally be within range and the performance gain obtained by not checking is critical.
1.4.5