Photon Engine
2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
ph::CSubscriptable Concept Reference
#include <
traits.h
>
Concept definition
template
<
typename
ObjType>
concept
ph::CSubscriptable
=
requires
(ObjType obj, std::size_t index)
{
obj[index];
}
ph::CSubscriptable
Definition
traits.h:87
ph
CSubscriptable
Generated by
1.11.0