ecor
Loading...
Searching...
No Matches
ecor::queryable Concept Reference

Concept for types that can be used as queryable objects in the environment. More...

#include <ecor.hpp>

Concept definition

template<typename T>
concept ecor::queryable = std::is_object_v< T >
Concept for types that can be used as queryable objects in the environment.
Definition: ecor.hpp:822

Detailed Description

Concept for types that can be used as queryable objects in the environment.

A type is queryable if it is an object type (i.e., not a reference, function, or void type) and contains query member functions for appropriate query types.