C++ Library Extensions 2022.12.09
To help learn modern C++ programming
tpf::literals Namespace Reference

Functions

constexpr std::size_t operator""_size_t (unsigned long long value)
 
constexpr unsigned int operator""_unsigned (unsigned long long value)
 
constexpr short operator""_short (unsigned long long value)
 
constexpr unsigned short operator""_ushort (unsigned long long value)
 
constexpr char operator""_char (unsigned long long value)
 
constexpr char operator""_schar (unsigned long long value)
 
constexpr unsigned char operator""_uchar (unsigned long long value)
 
constexpr long double operator""_ldouble (long double value)
 

Function Documentation

◆ operator""_char()

constexpr char tpf::literals::operator""_char ( unsigned long long  value)
inlineconstexpr

Definition at line 115 of file tpf_types.hpp.

◆ operator""_ldouble()

constexpr long double tpf::literals::operator""_ldouble ( long double  value)
inlineconstexpr

Definition at line 130 of file tpf_types.hpp.

◆ operator""_schar()

constexpr char tpf::literals::operator""_schar ( unsigned long long  value)
inlineconstexpr

Definition at line 120 of file tpf_types.hpp.

◆ operator""_short()

constexpr short tpf::literals::operator""_short ( unsigned long long  value)
inlineconstexpr

Definition at line 105 of file tpf_types.hpp.

◆ operator""_size_t()

constexpr std::size_t tpf::literals::operator""_size_t ( unsigned long long  value)
inlineconstexpr

Definition at line 95 of file tpf_types.hpp.

◆ operator""_uchar()

constexpr unsigned char tpf::literals::operator""_uchar ( unsigned long long  value)
inlineconstexpr

Definition at line 125 of file tpf_types.hpp.

◆ operator""_unsigned()

constexpr unsigned int tpf::literals::operator""_unsigned ( unsigned long long  value)
inlineconstexpr

Definition at line 100 of file tpf_types.hpp.

◆ operator""_ushort()

constexpr unsigned short tpf::literals::operator""_ushort ( unsigned long long  value)
inlineconstexpr

Definition at line 110 of file tpf_types.hpp.