opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
material_property_value.h
Go to the documentation of this file.
1#pragma once
2
5
6namespace osc
7{
8 template<typename T>
9 concept MaterialPropertyValue = MaterialPropertyValueTypes::contains<T>();
10}
Definition material_property_value.h:9
Definition custom_decoration_generator.h:5