kblib 0.2.3
General utilities library for modern C++
fakestd.cpp File Reference
#include "kblib/fakestd.h"
#include "catch.hpp"
Include dependency graph for fakestd.cpp:

Go to the source code of this file.

Classes

struct  Ref< Args >
 

Functions

 TEST_CASE ("to_unique(lambda)")
 
 TEST_CASE ("signed_cast")
 
template<class T >
KBLIB_UNUSED constexpr auto type_name_f () -> std::string_view
 
 TEST_CASE ("next_larger")
 

Function Documentation

◆ TEST_CASE() [1/3]

TEST_CASE ( "next_larger"  )

Definition at line 78 of file fakestd.cpp.

◆ TEST_CASE() [2/3]

TEST_CASE ( "signed_cast"  )

Definition at line 30 of file fakestd.cpp.

◆ TEST_CASE() [3/3]

TEST_CASE ( "to_unique(lambda)"  )

Definition at line 25 of file fakestd.cpp.

◆ type_name_f()

template<class T >
KBLIB_UNUSED constexpr auto type_name_f ( ) -> std::string_view
constexpr

Definition at line 58 of file fakestd.cpp.