11 #ifndef PRIMATOLOGIST_UTILITY_TYPE_H 12 #define PRIMATOLOGIST_UTILITY_TYPE_H 32 static std::string
type() {
return ""; }
33 static std::string
value(
const T & v ) {
return ""; }
39 #endif // PRIMATOLOGIST_UTILITY_TYPE_H
static std::string value(const T &v)
static std::string type()