Tatooine
Classes | Namespaces | Functions
type_to_str.h File Reference

Go to the source code of this file.

Classes

struct  tatooine::type_to_str_false_type< typename >
 

Namespaces

namespace  tatooine
 

Functions

template<typename Data >
constexpr auto tatooine::type_to_str () -> std::string_view
 
template<>
constexpr auto tatooine::type_to_str< double > () -> std::string_view
 
template<>
constexpr auto tatooine::type_to_str< long double > () -> std::string_view
 
template<>
constexpr auto tatooine::type_to_str< float > () -> std::string_view
 
template<>
constexpr auto tatooine::type_to_str< int > () -> std::string_view
 
template<>
constexpr auto tatooine::type_to_str< unsigned int > () -> std::string_view
 
template<>
constexpr auto tatooine::type_to_str< long > () -> std::string_view
 
template<>
constexpr auto tatooine::type_to_str< unsigned long > () -> std::string_view
 
template<>
constexpr auto tatooine::type_to_str< long long > () -> std::string_view
 
template<>
constexpr auto tatooine::type_to_str< unsigned long long > () -> std::string_view
 
template<>
constexpr auto tatooine::type_to_str< char > () -> std::string_view
 
template<>
constexpr auto tatooine::type_to_str< unsigned char > () -> std::string_view