4.4.1
Freundlich's C++ toolkit
Loading...
Searching...
No Matches
Classes | Functions
fcppt.catch

Description

Catch2 support library.

Link to fcppt_catch_interface.

Classes

struct  Catch::StringMaker< fcppt::either::object< Failure, Success > >
 Output specialization for fcppt::either::object. More...
 
class  fcppt::catch_::movable< Type >
 A movable-only type. More...
 
struct  Catch::StringMaker< fcppt::catch_::movable< Type > >
 Output specialization for fcppt::catch_::movable. More...
 
struct  Catch::StringMaker< fcppt::optional::object< Type > >
 Output specialization for fcppt::optional::object. More...
 
struct  Catch::StringMaker< fcppt::record::object< Elements... > >
 Output specialization for fcppt::record::object. More...
 
struct  Catch::StringMaker< fcppt::recursive< Types > >
 Output specialization for fcppt::recursive. More...
 
struct  Catch::StringMaker< fcppt::strong_typedef< Type, Tag > >
 Output specialization for fcppt::strong_typedef. More...
 
struct  Catch::StringMaker< fcppt::tuple::object< Types... > >
 Output specialization for fcppt::tuple::object. More...
 
struct  Catch::StringMaker< fcppt::variant::object< Types... > >
 Output specialization for fcppt::variant::object. More...
 

Functions

template<typename Type >
std::string fcppt::catch_::convert (Type const &_value)
 Calls Catch's StringMaker.
 

Function Documentation

◆ convert()

template<typename Type >
std::string fcppt::catch_::convert ( Type const &  _value)

Calls Catch's StringMaker.