Sha256: aa9414edecf29e4687505cbeca67f77f769b88f79115f402da7d34050e61edc1
Contents?: true
Size: 331 Bytes
Versions: 7
Compression:
Stored size: 331 Bytes
Contents
// Copyright (c) 2018-2022 Dr. Colin Hirsch and Daniel Frey // Please see LICENSE for license or visit https://github.com/taocpp/json/ #ifndef TAO_JSON_BINDING_INHERIT_HPP #define TAO_JSON_BINDING_INHERIT_HPP namespace tao::json::binding { template< typename T > struct inherit; } // namespace tao::json::binding #endif
Version data entries
7 entries across 7 versions & 1 rubygems