.TH "std::literals" 3cxx "Tue Jun 13 2023" "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::literals \- ISO C++ inline namespace for literal suffixes\&. .SH SYNOPSIS .br .PP .SS "Namespaces" .in +1c .ti -1c .RI "namespace \fBchrono_literals\fP" .br .in -1c .SS "Functions" .in +1c .ti -1c .RI "constexpr chrono::day \fBoperator''d\fP (unsigned long long __d) noexcept" .br .RI "Literal suffix for creating chrono::day objects\&. " .ti -1c .RI "template constexpr \fBchrono::hours\fP \fBoperator''h\fP ()" .br .RI "Literal suffix for durations of type \fCstd::chrono::hours\fP " .ti -1c .RI "constexpr \fBchrono::duration\fP< long double, \fBratio\fP< 3600, 1 > > \fBoperator''h\fP (long double __hours)" .br .RI "Literal suffix for durations representing non-integer hours\&. " .ti -1c .RI "constexpr \fBstd::complex\fP< double > \fBoperator''i\fP (long double __num)" .br .ti -1c .RI "constexpr \fBstd::complex\fP< double > \fBoperator''i\fP (unsigned long long __num)" .br .ti -1c .RI "constexpr \fBstd::complex\fP< float > \fBoperator''if\fP (long double __num)" .br .ti -1c .RI "constexpr \fBstd::complex\fP< float > \fBoperator''if\fP (unsigned long long __num)" .br .ti -1c .RI "constexpr \fBstd::complex\fP< long double > \fBoperator''il\fP (long double __num)" .br .ti -1c .RI "constexpr \fBstd::complex\fP< long double > \fBoperator''il\fP (unsigned long long __num)" .br .ti -1c .RI "template constexpr \fBchrono::minutes\fP \fBoperator''min\fP ()" .br .RI "Literal suffix for durations of type \fCstd::chrono::minutes\fP " .ti -1c .RI "constexpr \fBchrono::duration\fP< long double, \fBratio\fP< 60, 1 > > \fBoperator''min\fP (long double __mins)" .br .RI "Literal suffix for durations representing non-integer minutes\&. " .ti -1c .RI "template constexpr \fBchrono::milliseconds\fP \fBoperator''ms\fP ()" .br .RI "Literal suffix for durations of type \fCstd::chrono::milliseconds\fP " .ti -1c .RI "constexpr \fBchrono::duration\fP< long double, \fBmilli\fP > \fBoperator''ms\fP (long double __msecs)" .br .RI "Literal suffix for durations representing non-integer milliseconds\&. " .ti -1c .RI "template constexpr \fBchrono::nanoseconds\fP \fBoperator''ns\fP ()" .br .RI "Literal suffix for durations of type \fCstd::chrono::nanoseconds\fP " .ti -1c .RI "constexpr \fBchrono::duration\fP< long double, \fBnano\fP > \fBoperator''ns\fP (long double __nsecs)" .br .RI "Literal suffix for durations representing non-integer nanoseconds\&. " .ti -1c .RI "template constexpr \fBchrono::seconds\fP \fBoperator''s\fP ()" .br .RI "Literal suffix for durations of type \fCstd::chrono::seconds\fP " .ti -1c .RI "\fBbasic_string\fP< char > \fBoperator''s\fP (const char *__str, size_t __len)" .br .ti -1c .RI "\fBbasic_string\fP< char16_t > \fBoperator''s\fP (const char16_t *__str, size_t __len)" .br .ti -1c .RI "\fBbasic_string\fP< char32_t > \fBoperator''s\fP (const char32_t *__str, size_t __len)" .br .ti -1c .RI "\fBbasic_string\fP< wchar_t > \fBoperator''s\fP (const wchar_t *__str, size_t __len)" .br .ti -1c .RI "constexpr \fBchrono::duration\fP< long double > \fBoperator''s\fP (long double __secs)" .br .RI "Literal suffix for durations representing non-integer seconds\&. " .ti -1c .RI "constexpr \fBbasic_string_view\fP< char > \fBoperator''sv\fP (const char *__str, size_t __len) noexcept" .br .ti -1c .RI "constexpr \fBbasic_string_view\fP< char16_t > \fBoperator''sv\fP (const char16_t *__str, size_t __len) noexcept" .br .ti -1c .RI "constexpr \fBbasic_string_view\fP< char32_t > \fBoperator''sv\fP (const char32_t *__str, size_t __len) noexcept" .br .ti -1c .RI "constexpr \fBbasic_string_view\fP< wchar_t > \fBoperator''sv\fP (const wchar_t *__str, size_t __len) noexcept" .br .ti -1c .RI "template constexpr \fBchrono::microseconds\fP \fBoperator''us\fP ()" .br .RI "Literal suffix for durations of type \fCstd::chrono::microseconds\fP " .ti -1c .RI "constexpr \fBchrono::duration\fP< long double, \fBmicro\fP > \fBoperator''us\fP (long double __usecs)" .br .RI "Literal suffix for durations representing non-integer microseconds\&. " .ti -1c .RI "constexpr chrono::year \fBoperator''y\fP (unsigned long long __y) noexcept" .br .RI "Literal suffix for creating chrono::year objects\&. " .in -1c .SH "Detailed Description" .PP ISO C++ inline namespace for literal suffixes\&. .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.