Photon Common Library 2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
StdUnorderedStringSet.h File Reference
#include "Common/Container/detail.h"
#include <unordered_set>

Go to the source code of this file.

Namespaces

namespace  ph
 The root for all renderer implementations.
 

Typedefs

using ph::StdUnorderedStringSet
 Unordered std::string set with support for heterogeneous string key lookup. Supports std::string_view and literal (C-style) string lookup in addition to the original std::string lookup. The heterogeneous access can save redundant dynamic allocations when querying the map.