|
template<typename Type> |
std::string | convert (Type const &_value) |
| Calls Catch's StringMaker.
|
|
template<typename Type> |
fcppt::catch_::movable< std::remove_cvref_t< Type > > | make_movable (Type &&_value) |
|
template<typename Type> |
bool | operator== (fcppt::catch_::movable< Type > const &_left, fcppt::catch_::movable< Type > const &_right) |
|
template<typename Type, typename Ch, typename Traits> |
std::basic_ostream< Ch, Traits > & | operator<< (std::basic_ostream< Ch, Traits > &_stream, fcppt::catch_::movable< Type > const &_movable) |
|