~singpolyma/biboumi

ref: 7b3e0e0cf3eddd3537455a3605b04a48ee663f47 biboumi/src/utils/string.hpp -rw-r--r-- 168 bytes
7b3e0e0c — louiz’ Make botan’s policy configurable from a file 5 years ago
                                                                                
81f8f45b louiz’
1691cf8f Florent Le Coz
80d0c19c louiz’
1691cf8f Florent Le Coz
80d0c19c louiz’
1
2
3
4
5
6
7
8
#pragma once


#include <vector>
#include <string>

bool to_bool(const std::string& val);
std::vector<std::string> cut(const std::string& val, const std::size_t size);