| 286 | } |
| 287 | |
| 288 | template<> PYIMATH_EXPORT StringTableIndex FixedArrayDefaultValue<StringTableIndex>::value() { return StringTableIndex(0); } |
| 289 | template<> PYIMATH_EXPORT const char* FixedArray<StringTableIndex>::name() { return "StringTableArray"; } |
| 290 | |
| 291 | template class PYIMATH_EXPORT StringArrayT<std::string>; |
nothing calls this directly
no test coverage detected