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];
}
Definition traits.h:87