.TH "std::chrono::treat_as_floating_point< _Rep >" 3cxx "libstdc++" \" -*- nroff -*- .ad l .nh .SH NAME std::chrono::treat_as_floating_point< _Rep > .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherits \fBstd::is_floating_point< _Rep >\fP\&. .SH "Detailed Description" .PP .SS "template<\fBtypename\fP _Rep> .br struct std::chrono::treat_as_floating_point< _Rep >"Trait indicating whether to treat a type as a floating-point type\&. .PP The chrono library uses this trait to tell whether a \fCduration\fP can represent fractional values of the given precision, or only integral values\&. .PP You should specialize this trait for your own numeric types that are used with \fCduration\fP and can represent non-integral values\&. .PP \fBSince\fP .RS 4 C++11 .RE .PP .SH "Author" .PP Generated automatically by Doxygen for libstdc++ from the source code\&.