qxLib
Static Public Member Functions | List of all members
qx::type_strings< T, char_t > Class Template Reference

The class allows you to get strings with information about the type, including its full name, name without template parameters and a list of template parameters separately. More...

#include <type_strings.h>

Static Public Member Functions

static constexpr string_view_type get_signature ()
 Get type signature (full name with template parameters) More...
 
static constexpr string_view_type get_name ()
 Get type name (short name without template parameters) More...
 
static constexpr auto get_template_parameters ()
 Get type template parameters. More...
 

Detailed Description

template<class T, class char_t = char_type>
class qx::type_strings< T, char_t >

The class allows you to get strings with information about the type, including its full name, name without template parameters and a list of template parameters separately.

Strings are COMPILER IMPLEMENTATION DEPENDENT but can be used for a human readable output

Template Parameters
T- type to get information for
char_t- char type to use
Author
Khrapov
Date
24.09.2022

Definition at line 34 of file type_strings.h.

Member Function Documentation

◆ get_name()

template<class T , class char_t >
constexpr type_strings< T, char_t >::string_view_type qx::type_strings< T, char_t >::get_name
staticconstexpr

Get type name (short name without template parameters)

Return values
-type name

Definition at line 114 of file type_strings.inl.

◆ get_signature()

template<class T , class char_t >
constexpr type_strings< T, char_t >::string_view_type qx::type_strings< T, char_t >::get_signature
staticconstexpr

Get type signature (full name with template parameters)

Return values
-type signature

Definition at line 108 of file type_strings.inl.

◆ get_template_parameters()

template<class T , class char_t >
constexpr auto qx::type_strings< T, char_t >::get_template_parameters
staticconstexpr

Get type template parameters.

Return values
-template parameters

Definition at line 129 of file type_strings.inl.


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