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