Inviwo 0.9.12-pre
Inviwo documentation
Loading...
Searching...
No Matches
inviwo::FactoryKeyType< K > Struct Template Reference

#include <factory.h>

Public Types

using type = std::remove_cv_t<std::remove_reference_t<K>>
 

Detailed Description

template<typename K>
struct inviwo::FactoryKeyType< 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


The documentation for this struct was generated from the following file: