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

Restricts types to those which are derived from flox::InputPreferences. More...

#include <registry.hh>

Concept definition

template<typename T>
concept flox::input_preferences_typename = std::is_base_of<InputPreferences, T>::value && requires( T obj ) {
{
obj.getFlakeRef()
} -> std::convertible_to<nix::ref<nix::FlakeRef>>;
}
Restricts types to those which are derived from flox::InputPreferences.
Definition: registry.hh:124

Detailed Description

Restricts types to those which are derived from flox::InputPreferences.