mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-04-02 02:17:15 +02: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
|