Program Listing for File binary.hpp

Return to documentation for file (include/sgpl/operations/binary/binary.hpp)

#pragma once
#ifndef SGPL_OPERATIONS_BINARY_BINARY_HPP_INCLUDE
#define SGPL_OPERATIONS_BINARY_BINARY_HPP_INCLUDE

#include "Add.hpp"
#include "Divide.hpp"
#include "Modulo.hpp"
#include "Multiply.hpp"
#include "Subtract.hpp"

#endif // #ifndef SGPL_OPERATIONS_BINARY_BINARY_HPP_INCLUDE