Functional convertor that is taking a component of type From and converts it into a component of type To.
Functional destructor responsible for destroying components of To type.
Functional convertor that is taking a component of type From and converts it into a component of type To.
Functional destructor responsible for destroying components of To type.
A convertor that is using functional convertor and destructor for conversion logic.
A convertor that is delegating converting task to a set of child convertors.
A convertor that simply doesn't do any conversion and returns existing object
A convertor that is providing additional type information for converted tagged types.
Convert from into component of type To using a convertor for this.
Interface for convertors that could rely on another convertors to convert a value.
Interface for components that are able to convert from one erased type to another erased type.
A callback convertor factory advised with functional convertor and destructor.
A composite convertor factory advised with accessor, setter, and inspectors.
Check wether T symbol is a functional convertor.
Check whether symbol T is a functional convertor from type From to type To.
Check whether symbol T is a functional destructor.
Check if symbol T is a functional destructor for component of type To
Test whether template T can be instantiated as a functional convertor from From to To.
Test if T template's instantiantiation with type To is a functional destructor for component of type To.
Boost Software License - Version 1.0 - August 17th, 2003
Permission is hereby granted, free of charge, to any person or organization obtaining a copy of the software and accompanying documentation covered by this license (the "Software") to use, reproduce, display, distribute, execute, and transmit the Software, and to prepare derivative works of the Software, and to permit third-parties to whom the Software is furnished to do so, all subject to the following:
The copyright notices in the Software and this entire statement, including the above license grant, this restriction and the following disclaimer, must be included in all copies of the Software, in whole or in part, and all derivative works of the Software, unless such copies or derivative works are solely in the form of machine-executable object code generated by a source language processor.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.