Namespaces
Variants
Views
Actions

std::chrono Symbol Index

From cppreference.com
< cpp‎ | symbol index
Revision as of 11:34, 18 October 2016 by Gemini67 (Talk | contribs)



This page tries to list all the symbols that are available from the Standard Library in the namespace std::chrono:. The symbols are written as follows:

  • Function names with ().
  • Templates with <>.

Contents

A C D F H M N R S T


A

abs<>() (since C++11)

C

ceil<>() (since C++11)

D

duration<> (since C++11)
duration_cast<> (since C++11)
duration_values<> (since C++11)

F

floor<>() (since C++11)

H

high_resolution_clock (since C++11)
hours (since C++11)

M

microseconds (since C++11)
milliseconds (since C++11)
minutes (since C++11)

N

nanoseconds (since C++11)

R

round<>() (since C++11)

S

seconds (since C++11)
steady_clock (since C++11)
system_clock (since C++11)

T

time_point<> (since C++11)
time_point_cast<> (since C++11)
treat_as_floating_point<> (since C++11)
treat_as_floating_point_v<> (since C++11)