Program Listing for File unary.hpp¶
↰ Return to documentation for file (include/sgpl/operations/unary/unary.hpp)
#pragma once
#ifndef SGPL_OPERATIONS_UNARY_UNARY_HPP_INCLUDE
#define SGPL_OPERATIONS_UNARY_UNARY_HPP_INCLUDE
#include "Decrement.hpp"
#include "Increment.hpp"
#include "Negate.hpp"
#include "Not.hpp"
#include "RandomBool.hpp"
#include "RandomDraw.hpp"
#include "Terminal.hpp"
#endif // #ifndef SGPL_OPERATIONS_UNARY_UNARY_HPP_INCLUDE