utility 2026.1.9
A comprehensive C++ utilities library tailored for the development of modern desktop and extended reality (XR) applications.
Loading...
Searching...
No Matches
utility::graphic::CanBeViewComponent Concept Reference

Concept to ensure the type can be used as a view component. More...

#include <headers/utility/graphic/view.hpp>

Concept definition

template<typename ViewComponentType>
Concept to constrain field-of-view component type.
Concept to constrain pose component type.
Definition pose.hpp:38
Concept to ensure the type can be used as a ray component.
Definition ray.hpp:53
Concept to ensure the type can be used as a view component.
Definition view.hpp:45

Detailed Description

Concept to ensure the type can be used as a view component.

Template Parameters
ViewComponentTypeThe type to check.

Definition at line 45 of file view.hpp.