Search Results

Inheritance diagram for TiledArray::detail::has_conversion_operator< From, To, Enabler >:
Collaboration diagram for TiledArray::detail::has_conversion_operator< From, To, Enabler >:

Documentation

template<typename From, typename To, typename Enabler = void>
struct TiledArray::detail::has_conversion_operator< From, To, Enabler >

evaluates to true if From has an (explicit or implicit) conversion function that produces To from From , i.e. there exists From::operator \c To()

Definition at line 439 of file type_traits.h.


The documentation for this struct was generated from the following file: