Inviwo 0.9.12-pre
Inviwo documentation
|
#include <factory.h>
Public Types | |
using | type = std::remove_cv_t<std::remove_reference_t<K>> |
Map the "lookup key" type of a map to the stored key type. I.e the lookup const std::string&
would map to std::string