16 std::is_base_of<Details::BoxableObjectBase, T>::value || std::is_arithmetic<T>::value || std::is_enum<T>::value> {};
25 template<>
struct IsBoxable<TypeInfo> : std::true_type {};
String class used across the library. Is a substitute for C# System.String when translating code....
Definition: string.h:122
@ TypeInfo
Specifies that the member is a type.
Definition: db_command.h:9
Template predicate that checks if boxing of the specified type is supported.
Definition: boxable_traits.h:16