Initial Course
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
|
||||
namespace cpp14 {
|
||||
|
||||
[[nodiscard]] auto apply_twice(const std::vector<int>& values) -> std::vector<int>;
|
||||
[[nodiscard]] auto concat_any(const std::vector<std::string>& a, const std::vector<std::string>& b)
|
||||
-> std::vector<std::string>;
|
||||
|
||||
} // namespace cpp14
|
||||
Reference in New Issue
Block a user