micro-test-plus 3.2.0
µTest++, a lightweight testing framework for embedded platforms
Loading...
Searching...
No Matches
micro_os_plus::micro_test_plus::reflection Namespace Reference

Classes

class  source_location
 Local implementation of the std::source_location. More...
 

Functions

const char * short_name (const char *name)
 
template<class T >
constexpr auto type_name () -> std::string_view
 Parse the PRETTY_FUNCTION macro to extract the type name.
 

Function Documentation

◆ short_name()

const char * micro_os_plus::micro_test_plus::reflection::short_name ( const char * name)

Definition at line 89 of file micro-test-plus.cpp.

◆ type_name()

template<class T >
constexpr auto micro_os_plus::micro_test_plus::reflection::type_name ( ) -> std::string_view
constexpr

Parse the PRETTY_FUNCTION macro to extract the type name.

Definition at line 104 of file reflection.h.