Program Listing for File comparison.hpp¶
↰ Return to documentation for file (include/sgpl/operations/comparison/comparison.hpp)
#pragma once
#ifndef SGPL_OPERATIONS_COMPARISON_COMPARISON_HPP_INCLUDE
#define SGPL_OPERATIONS_COMPARISON_COMPARISON_HPP_INCLUDE
#include "Equal.hpp"
#include "GreaterThan.hpp"
#include "LessThan.hpp"
#include "LogicalAnd.hpp"
#include "LogicalOr.hpp"
#include "NotEqual.hpp"
#endif // #ifndef SGPL_OPERATIONS_COMPARISON_COMPARISON_HPP_INCLUDE