mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 08:47:17 +01:00
6 lines
148 B
C++
6 lines
148 B
C++
#include "cpr/multipart.h"
|
|
|
|
namespace cpr {
|
|
Multipart::Multipart(const std::initializer_list<Part>& p_parts) : parts{p_parts} {}
|
|
} // namespace cpr
|