CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
is_sentinel_for.hpp File Reference

Go to the source code of this file.

Classes

struct  CeresEngine::traits::is_sentinel_for< S, I, class >
 A C++17 type trait equivalent to the C++20 sentinel_for concept. More...
 

Namespaces

namespace  CeresEngine
 
namespace  CeresEngine::traits
 

Concepts

concept  CeresEngine::traits::sentinel_for
 

Variables

template<class S , class I >
bool constexpr CeresEngine::traits::is_sentinel_for_v = is_sentinel_for<S, I>::value
 A C++17 type trait equivalent to the C++20 sentinel_for concept.