$darkmode
duration.hpp File Reference
#include <chrono>
#include <limits>
#include <string>
#include <utility>
#include <fable/schema/interface.hpp>
#include <fable/utility/templates.hpp>
Include dependency graph for duration.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fable::schema::Duration< T, Period >
 

Functions

template<typename Rep , typename Period >
Duration< Rep, Period > fable::schema::make_schema (std::chrono::duration< Rep, Period > *ptr, std::string desc)
 

Detailed Description