5namespace Stroika::Foundation::DataExchange::Variant::INI {
22 return Convert (Read (in));
26 return Convert (Read (in));
30 return Convert (Read (in));
Profile Convert(const VariantValue &v)
nonvirtual Profile ReadProfile(const Streams::InputStream::Ptr< byte > &in)
though can read directly as VariantValue, reading as a Profile object maybe handier for this type of ...
Iterable<T> is a base class for containers which easily produce an Iterator<T> to traverse them.