Program Listing for File NopOpLibrary.hpp

Return to documentation for file (include/sgpl/library/prefab/NopOpLibrary.hpp)

#pragma once
#ifndef SGPL_LIBRARY_PREFAB_NOPOPLIBRARY_HPP_INCLUDE
#define SGPL_LIBRARY_PREFAB_NOPOPLIBRARY_HPP_INCLUDE

#include "../../operations/operations.hpp"

#include "../OpLibrary.hpp"

namespace sgpl {

using NopOpLibrary = sgpl::OpLibrary<
  sgpl::Nop<>
>;

} // namespace sgpl

#endif // #ifndef SGPL_LIBRARY_PREFAB_NOPOPLIBRARY_HPP_INCLUDE