Static Public Attributes | List of all members
art::detail::has_two_arg_insert< T > Struct Template Reference

#include <CollectionUtilities.h>

Static Public Attributes

static bool constexpr value
 

Detailed Description

template<typename T>
struct art::detail::has_two_arg_insert< T >

Definition at line 98 of file CollectionUtilities.h.

Member Data Documentation

template<typename T >
bool constexpr art::detail::has_two_arg_insert< T >::value
static
Initial value:
=
sizeof(has_two_arg_insert_helper<T, typename T::const_iterator>(0)) ==
sizeof(yes_tag)

Definition at line 99 of file CollectionUtilities.h.


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