Friction Ridge Image and Features Technology Evaluations
API for participating in NIST's Friction Ridge Image and Features Technology Evaluations.
Loading...
Searching...
No Matches
FRIF::ProductIdentifier Struct Reference

Identifying details about algorithm components for documentation. More...

#include <common.h>

Classes

struct  CBEFFIdentifier
 CBEFF information registered with and assigned by IBIA. More...
 

Public Member Functions

auto operator<=> (const ProductIdentifier &) const
 
bool operator== (const ProductIdentifier &) const
 

Public Attributes

std::optional< std::string > marketing {}
 Non-infringing marketing name of the product.
 
std::optional< CBEFFIdentifiercbeff {}
 CBEFF information about the product.
 

Detailed Description

Identifying details about algorithm components for documentation.

Definition at line 253 of file common.h.

Member Function Documentation

◆ operator<=>()

auto FRIF::ProductIdentifier::operator<=> ( const ProductIdentifier & ) const
default

◆ operator==()

bool FRIF::ProductIdentifier::operator== ( const ProductIdentifier & ) const
default

Member Data Documentation

◆ marketing

std::optional<std::string> FRIF::ProductIdentifier::marketing {}

Non-infringing marketing name of the product.

Case sensitive. Must match the regular expression [[:graph:] ]*.

Definition at line 271 of file common.h.

◆ cbeff

std::optional<CBEFFIdentifier> FRIF::ProductIdentifier::cbeff {}

CBEFF information about the product.

Attention
Do not set CBEFF information that is not registered with IBIA.

Definition at line 279 of file common.h.


The documentation for this struct was generated from the following files: