Photon Common Library 2.0.0-beta
A physically based renderer.
|
#include <stdexcept>
#include <string>
#include <string_view>
#include <format>
#include <type_traits>
#include <utility>
Go to the source code of this file.
Classes | |
class | ph::RuntimeException |
General exception thrown on runtime error. More... | |
class | ph::LogicalException |
General exception thrown on logical error. More... | |
class | ph::NumericException |
class | ph::OverflowException |
class | ph::UninitializedObjectException |
class | ph::IllegalOperationException |
class | ph::InvalidArgumentException |
class | ph::OutOfRangeException |
Namespaces | |
namespace | ph |
The root for all renderer implementations. | |
Concepts | |
concept | ph::CPhotonException |
Typedefs | |
using | ph::Exception = std::exception |
Functions | |
template<CPhotonException ExceptionType, typename... Args> | |
void | ph::throw_formatted (const std::format_string< Args... > msgFormat, Args &&... args) |