convertible concept More...
#include <convertible.h>
convertible concept
Check if convert(DST& dst, const SRC& src) exists. The goal of this method is to copy and convert the data from 'src' to 'dst'. Essentially an extra-class cast method.