Photon Engine 2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
ph::IsBuildable< Built, From, typename > Struct Template Reference

Check if object conversion can be made. More...

#include <traits.h>

Inheritance diagram for ph::IsBuildable< Built, From, typename >:

Detailed Description

template<typename Built, typename From, typename = void>
struct ph::IsBuildable< Built, From, typename >

Check if object conversion can be made.

Checks whether an object of type Built can be made from an object of type From. Both implicit and explicit conversions are considered.

Return type if the result is false.


The documentation for this struct was generated from the following file: