Support Class Library
A set of tools providing classes and utility
|
Conversion concept, a type From is convertible to another type To if meta::is_convertible<From, To>() is true. More...
#include "ConvertibleTo.h"
Public Member Functions | |
constexpr | operator bool () const |
Conversion concept, a type From is convertible to another type To if meta::is_convertible<From, To>() is true.
From | being the source type |
To | being the destination type |
Definition at line 13 of file ConvertibleTo.h.
|
inline |
Definition at line 14 of file ConvertibleTo.h.