NIST Biometric Evaluation Framework
Software components for biometric technology evaluations
Public Types | List of all members
BiometricEvaluation::Memory::unique_if< T > Struct Template Reference

Define a type that is visible when T is not an array. More...

#include <be_memory.h>

Public Types

using unique_single = std::unique_ptr< T >
 Type to use when T is not an array. More...
 

Detailed Description

template<class T>
struct BiometricEvaluation::Memory::unique_if< T >

Define a type that is visible when T is not an array.

Note
Coming in C++14. This implementation is taken from the LLVM implementation.

Definition at line 36 of file be_memory.h.

Member Typedef Documentation

◆ unique_single

template<class T >
using BiometricEvaluation::Memory::unique_if< T >::unique_single = std::unique_ptr<T>

Type to use when T is not an array.

Definition at line 39 of file be_memory.h.


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