Adobe Source Libraries 1.49.0
A collection of C++ libraries.
|
A struct for compile-time type promotion. More...
#include <adobe/conversion.hpp>
Public Types | |
using | type |
double
from a long
. Further explicit type promotions are possible for user-defined types through template specializations of this struct. See adobe::value_t
for a type that utilizes adobe::promote.char
is not specified to promote to wchar_t
as standard behavior. Without knowing the source or destination character encodings there is not enough information to do this type promotion correctly.adobe::static_name_t
adobe::value_t
double
:short
unsigned short
int
unsigned int
long
unsigned long
float
Definition at line 21 of file conversion.hpp.
using type |
Type to which T
can be promoted. Default is T
itself.
Definition at line 22 of file conversion.hpp.