This can be used to apply a transform object of type transform_type_ to a size object of type input_size_type_. More...
#include <array.hpp>
Static Public Member Functions | |
static void | transform (const input_size_type_ &org, size_type &res) |
Apply the transform to the size object org and store the result in res. | |
static void | transform (const transform_type &trans, const input_size_type_ &org, size_type &res) |
Apply the transform object trans to the size object org and store the result in res. | |
Public Attributes | |
typedef | size_type |
The type of the resulting size object after applying the transform. |
This can be used to apply a transform object of type transform_type_ to a size object of type input_size_type_.
See Defining New Transforms for more information and examples.
static void lite::size_transformer< transform_type_, input_size_type_ >::transform | ( | const input_size_type_ & | org, | |
size_type & | res | |||
) | [static] |
Apply the transform to the size object org and store the result in res.