Nano
A C++ template metaprogramming library
Static Public Attributes | List of all members
nano::not_found< Type > Struct Template Reference

Function to determine if and element is not found (has a value of -1) More...

#include <functions.hpp>

Static Public Attributes

static constexpr bool result = Type::value == -1 ? true : false
 

Detailed Description

template<typename Type>
struct nano::not_found< Type >

Function to determine if and element is not found (has a value of -1)

Template Parameters
TypeThe type to check if found

Member Data Documentation

template<typename Type >
constexpr bool nano::not_found< Type >::result = Type::value == -1 ? true : false
static

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