Go to the source code of this file.
|
|
SDF_API std::ostream & | operator<< (std::ostream &out, const SdfAssetPath &ap) |
| Stream insertion operator for the string representation of this assetPath. More...
|
|
SDF_API std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const SdfAssetPath & |
ap |
|
) |
| |
Stream insertion operator for the string representation of this assetPath.
- Note
- This always encodes only the result of GetAssetPath(). The resolved path is ignored for the purpose of this operator. This means that two SdfAssetPath that do not compare equal may produce indistinguishable ostream output.