Wayverb
representation.h
1 #pragma once
2 
3 namespace wayverb {
4 namespace core {
5 
6 template <typename t>
8 
9 template <typename t>
10 const auto cl_representation_v = cl_representation<t>::value;
11 
12 } // namespace core
13 } // namespace wayverb
Definition: representation.h:7
Definition: traits.cpp:2
Definition: capsule_base.h:9