Flox Package Database 1
CRUD Operations on Nix Package Metadata
Loading...
Searching...
No Matches
flox::resolver::manifest_raw_type Concept Reference

Restrict types to those derived from flox::resolver::GlobalManifestRaw or flox::resolver::GlobalManifestRawGA. More...

#include <manifest-raw.hh>

Concept definition

template<typename RawType>
concept flox::resolver::manifest_raw_type = std::derived_from<RawType, GlobalManifestRaw>
|| std::derived_from<RawType, GlobalManifestRawGA>
Restrict types to those derived from flox::resolver::GlobalManifestRaw or flox::resolver::GlobalManif...
Definition: manifest-raw.hh:562

Detailed Description

Restrict types to those derived from flox::resolver::GlobalManifestRaw or flox::resolver::GlobalManifestRawGA.