7 #ifndef SANITIZE_STRING_HPP_ 8 #define SANITIZE_STRING_HPP_ 10 #include "boost/utility/string_ref.hpp" 17 VDJ_PIPE_DECL std::string sanitize(
const char c);
21 VDJ_PIPE_DECL std::string sanitize(std::string
const& str);
25 VDJ_PIPE_DECL std::string sanitize(
26 const boost::string_ref str,
27 const std::size_t max_len
Main namespace of vdj_pipe library.
Definition: sequence_file.hpp:14