Template Struct Varying::IsString

Nested Relationships

This struct is a nested type of Class Varying.

Struct Documentation

template<typename T>
struct IsString

Public Static Attributes

static bool value = std::is_same_v<T, std::string> or std::is_same_v<T, char*>