Home | History | Annotate | Download | only in include

Lines Matching full:__ns

1007     constexpr chrono::nanoseconds operator"" ns(unsigned long long __ns)
1009 return chrono::nanoseconds(static_cast<chrono::nanoseconds::rep>(__ns));
1012 constexpr chrono::duration<long double, nano> operator"" ns(long double __ns)
1014 return chrono::duration<long double, nano> (__ns);