DISPLACE  1.0
A spatial model of fisheries to help sustainable fishing and maritime spatial planning
utils::detail::has_begin_end< T > Struct Template Reference

#include <prettyprint.h>

Inheritance diagram for utils::detail::has_begin_end< T >:
utils::detail::sfinae_base

Static Public Attributes

static bool const beg_value = sizeof(f<T>(nullptr)) == sizeof(yes)
 
static bool const end_value = sizeof(g<T>(nullptr)) == sizeof(yes)
 

Member Data Documentation

◆ beg_value

template<typename T >
bool const utils::detail::has_begin_end< T >::beg_value = sizeof(f<T>(nullptr)) == sizeof(yes)
static

◆ end_value

template<typename T >
bool const utils::detail::has_begin_end< T >::end_value = sizeof(g<T>(nullptr)) == sizeof(yes)
static

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