NSVD Reader  0.0.1
normalized.hpp File Reference

normalized More...

Go to the source code of this file.

Detailed Description

normalized

namespace svd = nodamushi::svd;
namespace norm = nodamushi::svd::normalized;
svd::Device<> d(svd_reader);
// C++17
std::share_ptr<norm::Device<std::string_view>> nptr = svd::normalize(d);
// C++14
std::share_ptr<norm::Device<std::string>> nptr = svd::normalize(d);
// Feature:
// when you want to other string format like boost::string_view,
//
// auto nptr = svd::nomalizer<boost::string_view>::normalize(d);

Definition in file normalized.hpp.