Mantid
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
Mantid::Kernel::Detail::IsEmpty< T > Struct Template Reference

Defines the concept of emptiness. More...

#include <MandatoryValidator.h>

Static Public Member Functions

static bool check (const T &value)
 Returns true if the value is considered empty. More...
 

Detailed Description

template<typename T>
struct Mantid::Kernel::Detail::IsEmpty< T >

Defines the concept of emptiness.

Definition at line 23 of file MandatoryValidator.h.

Member Function Documentation

◆ check()

template<typename T >
static bool Mantid::Kernel::Detail::IsEmpty< T >::check ( const T &  value)
inlinestatic

Returns true if the value is considered empty.

Parameters
valueto be checked
Returns

Definition at line 29 of file MandatoryValidator.h.

References Mantid::Kernel::Detail::checkIsEmpty(), and value.


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