OGLplus  (0.59.0) a C++ wrapper for rendering APIs

eagine::valid_if_not_empty_policy< T > Struct Template Reference

Policy class for containers valid if their empty() member function return false. More...

#include <eagine/valid_if/not_empty.hpp>

Public Member Functions

constexpr auto operator() (const T &range) const noexcept
 Indicates value validity, true if !range.empty().
 

Detailed Description

template<typename T>
struct eagine::valid_if_not_empty_policy< T >

Policy class for containers valid if their empty() member function return false.


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

Copyright © 2015-2021 Matúš Chochlík.
<chochlik -at -gmail.com>
Documentation generated on Tue Apr 13 2021 by Doxygen (version 1.8.17).