cppx-core
Static Public Attributes | List of all members
cppx::Has_method_empty_< Collection > Class Template Reference

#include <is_empty.hpp>

Collaboration diagram for cppx::Has_method_empty_< Collection >:
Collaboration graph
[legend]

Static Public Attributes

static constexpr Truth value
 

Detailed Description

template<class Collection>
class cppx::Has_method_empty_< Collection >

Definition at line 16 of file is_empty.hpp.

Member Data Documentation

◆ value

template<class Collection >
constexpr Truth cppx::Has_method_empty_< Collection >::value
static
Initial value:
= decltype(
test( declval<Collection>() )
)::value

Definition at line 24 of file is_empty.hpp.


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