CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::impl::CSame Concept Reference

#include <CeresEngine/Foundation/String.hpp>

Concept definition

template<typename T, typename U>
concept CeresEngine::impl::CSame = std::is_same_v<T, U>
Definition String.hpp:368