Rename PrimitiveWrapper to PrimitiveResponse

This commit is contained in:
Robbert van der Helm
2022-09-12 17:31:02 +02:00
parent 22e0fee244
commit fc43a0f012
11 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ class ClapLogger {
template <typename T>
void log_response(bool is_host_plugin,
const PrimitiveWrapper<T>& value,
const PrimitiveResponse<T>& value,
bool from_cache = false) {
log_response_base(is_host_plugin, [&](auto& message) {
if constexpr (std::is_same_v<T, bool>) {