Dune Core Modules (2.4.1)
Dune::Conversion< From, To > Class Template Reference
Checks wether a type is convertible to another. More...
#include <dune/common/typetraits.hh>
Public Types | |
enum | { exists = sizeof(test(makeFrom())) == sizeof(Small) , isTwoWay = exists && Conversion<To,From>::exists , sameType = false } |
Detailed Description
template<class From, class To>
class Dune::Conversion< From, To >
class Dune::Conversion< From, To >
Checks wether a type is convertible to another.
- Template Parameters
-
From type you want to convert To type you want to obtain
Inspired by this website
Member Enumeration Documentation
◆ anonymous enum
template<class From , class To >
anonymous enum |
The documentation for this class was generated from the following file:
- dune/common/typetraits.hh
|
Legal Statements / Impressum |
Hosted by TU Dresden |
generated with Hugo v0.111.3
(Nov 12, 23:30, 2024)