Page MenuHomePhorge

AppTuple.cpp
No OneTemporary

Size
882 B
Referenced Files
None
Subscribers
None

AppTuple.cpp

//===-- app/AppTuple.cpp ----------------------------------------*- C++ -*-===//
//
// The RoSA Framework
//
// Distributed under the terms and conditions of the Boost Software License 1.0.
// See accompanying file LICENSE.
//
// If you did not receive a copy of the license file, see
// http://www.boost.org/LICENSE_1_0.txt.
//
//===----------------------------------------------------------------------===//
///
/// \file app/AppTuple.cpp
///
/// \author David Juhasz (david.juhasz@tuwien.ac.at)
///
/// \date 2019-2020
///
/// \brief Implementation of rosa/app/AppTuple.hpp.
///
///
//===----------------------------------------------------------------------===//
#include "rosa/app/AppTuple.hpp"
namespace rosa {
namespace app {
void AppTuple<>::dump(std::ostream &OS) noexcept { OS << "{ }"; }
} // End namespace app
} // End namespace rosa

File Metadata

Mime Type
text/x-c++
Expires
Sun, May 31, 12:05 AM (1 d, 3 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
276869
Default Alt Text
AppTuple.cpp (882 B)

Event Timeline