Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I should have added that fairly liberal use of type aliases also helps.

    using B64String = std::string;

    B64String encode(const std::string& text);
    std::string decode(const B64String b64);


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: