Blender V5.0
asset_library_reference.hh File Reference
#include "BLI_hash.hh"
#include "DNA_asset_types.h"

Go to the source code of this file.

Classes

struct  blender::DefaultHash< AssetLibraryReference >

Namespaces

namespace  blender

Functions

bool operator== (const AssetLibraryReference &a, const AssetLibraryReference &b)

Detailed Description

Utility to extend AssetLibraryReference with C++ functionality (operators, hash function, etc).

Definition in file asset_library_reference.hh.

Function Documentation

◆ operator==()