Wildmeshing Toolkit
PerThreadAttributeScopeStacks.hpp
Go to the documentation of this file.
1 #pragma once
2 
3 
5 namespace wmtk::attribute {
6 template <typename T>
8 {
9 public:
15 
16 private:
17  // single stack so far
19 };
20 
21 
22 template <typename T>
24 {
25  return m_stack;
26 }
27 template <typename T>
29 {
30  return m_stack;
31 }
32 } // namespace wmtk::attribute
PerThreadAttributeScopeStacks(PerThreadAttributeScopeStacks &&)=default
PerThreadAttributeScopeStacks & operator=(PerThreadAttributeScopeStacks &&)=default
internal::AttributeTransactionStack< T > & local()