Template Struct is_transparent
Defined in File json.hpp
Inheritance Relationships
Base Type
public bool_constant< impl::is_transparent< T >()>
Struct Documentation
-
template<typename T>
struct is_transparent : public bool_constant<impl::is_transparent<T>()>