• Docs >
  • Program Listing for File polymorphic_layout.hpp
Shortcuts

Program Listing for File polymorphic_layout.hpp

Return to documentation for file (include/ripple/storage/polymorphic_layout.hpp)

//==--- ripple/core/storage/polymorphic_layout.hpp --------- -*- C++ -*- ---==//
//
//                                Ripple
//
//                      Copyright (c) 2019, 2020 Rob Clucas
//
//  This file is distributed under the MIT License. See LICENSE for details.
//
//==------------------------------------------------------------------------==//
//

#ifndef RIPPLE_STORAGE_POLYMORPHIC_LAYOUT_HPP
#define RIPPLE_STORAGE_POLYMORPHIC_LAYOUT_HPP

namespace ripple {

template <typename Impl>
struct PolymorphicLayout {};

} // namespace ripple

#endif // RIPPLE_STORAGE_POLYMORPHIC_LAYOUT_HPP

Docs

Access comprehensive developer documentation for Ripple

View Docs

Tutorials

Get tutorials to help with understand all features

View Tutorials

Examples

Find examples to help get started

View Examples