CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
SwiftConcepts.hpp File Reference
#include <type_traits>
#include <utility>

Go to the source code of this file.

Namespaces

namespace  CeresEngine
 

Concepts

concept  CeresEngine::ExpressibleByIntegerLiteral
 
concept  CeresEngine::Equatable
 
concept  CeresEngine::Comparable
 
concept  CeresEngine::Hashable
 
concept  CeresEngine::Numeric
 
concept  CeresEngine::Strideable
 
concept  CeresEngine::CustomStringConvertible
 
concept  CeresEngine::ExpressibleByStringLiteral
 

Functions

template<Equatable A, Equatable B>
bool CeresEngine::operator!= (const A &lhs, const B &rhs)