proxygen
Main Page
Related Pages
Namespaces
Classes
Files
Examples
Class List
Class Hierarchy
Class Members
Static Public Attributes
|
List of all members
folly::detail::is_chrono_conversion< Tgt, Src > Struct Template Reference
#include <
Conv.h
>
Static Public Attributes
static constexpr bool
value
Detailed Description
template<typename Tgt, typename Src>
struct folly::detail::is_chrono_conversion< Tgt, Src >
Definition at line
60
of file
Conv.h
.
Member Data Documentation
template<typename Tgt , typename Src >
constexpr bool
folly::detail::is_chrono_conversion
< Tgt, Src >::value
static
Initial value:
=
((
is_std_chrono_type<Tgt>::value
&&
is_posix_time_type<Src>::value
) ||
(
is_posix_time_type<Tgt>::value
&&
is_std_chrono_type<Src>::value
))
Definition at line
61
of file
Conv.h
.
The documentation for this struct was generated from the following file:
proxygen/folly/folly/chrono/
Conv.h
folly
detail
is_chrono_conversion
Generated by
1.8.11