|
template<typename T , typename Str > |
void | alps::alea::serialize (serializer &, const std::string &, const cov_result< T, Str > &) |
|
template<typename T , typename Str > |
void | alps::alea::deserialize (deserializer &, const std::string &, cov_result< T, Str > &) |
|
template<typename T , typename Str > |
std::ostream & | alps::alea::operator<< (std::ostream &, const cov_result< T, Str > &) |
|
template<typename T , typename Strategy > |
bool | alps::alea::operator== (const cov_result< T, Strategy > &r1, const cov_result< T, Strategy > &r2) |
|
template<typename T , typename Strategy > |
bool | alps::alea::operator!= (const cov_result< T, Strategy > &r1, const cov_result< T, Strategy > &r2) |
|