10#ifndef TPETRA_ACCESS_HPP
11#define TPETRA_ACCESS_HPP
16struct ReadOnlyStruct {};
17struct OverwriteAllStruct {};
18struct ReadWriteStruct {};
21inline constexpr struct ReadOnlyStruct ReadOnly = ReadOnlyStruct();
23inline constexpr struct OverwriteAllStruct OverwriteAll = OverwriteAllStruct();
25inline constexpr struct ReadWriteStruct ReadWrite = ReadWriteStruct();
Namespace Tpetra contains the class and methods constituting the Tpetra library.