A convertor that is delegating converting task to a set of child convertors.
A convertor that converts a forward range into an array of it's elements converted to a destination type.
A convertor that simply doesn't do any conversion and returns existing object
A convertor that converts a elements of a forward range and puts into an output range that is also a forward range.
A convertor that converts a forward range into an array of it's elements converted to a destination type.
A convertor able to unwrap an element out of TaggedAlgebraic!Union.
A convertor that extracts data from a std.variant.VariantN type.
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.
Default implementation of converts from method
Default implementation of converts method.
Default implementation of converts to method
Default implementation of destroys method.
Mixin that provides default implementation of equality comparison for convertors
Amalgation of EqualMixin, ToHashMixin, ToStringMixin, and OpCmpMixin
Default implementation of from method
Default implementation of comparison between two or more convertors.
Mixin that provides default implementation of hashing algorithm
Default implementation of to method
Mixin that provides default implementation of toString method
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.