halcheck 1.0
Loading...
Searching...
No Matches
halcheck::lib::is_insertable_range< R > Struct Template Reference

Determines whether a range is insertable. More...

#include <range.hpp>

Inheritance diagram for halcheck::lib::is_insertable_range< R >:
halcheck::lib::is_detected< lib::insertable_range, R >

Detailed Description

template<typename R>
struct halcheck::lib::is_insertable_range< R >

Determines whether a range is insertable.

Template Parameters
RThe type to query.

A range is insertable if the expression x.insert(i, y) is valid, where


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