Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
Catch::StringMaker< std::nullptr_t > Struct Reference

#include <catch_tostring.h>

Static Public Member Functions

static std::string convert (std::nullptr_t)
 
static std::string convert (std::nullptr_t)
 

Detailed Description

Definition at line 1447 of file catch.hpp.

Member Function Documentation

◆ convert() [1/2]

std::string Catch::StringMaker< std::nullptr_t >::convert ( std::nullptr_t )
static

Definition at line 233 of file catch_tostring.cpp.

233 {
234 return "nullptr";
235}

◆ convert() [2/2]

static std::string Catch::StringMaker< std::nullptr_t >::convert ( std::nullptr_t )
static

The documentation for this struct was generated from the following files: