MCPcopy Create free account
hub / github.com/cirquit/trdrop / getValue

Method getValue

ext/catch.hpp:2446–2448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2444 BetweenGenerator( T from, T to ) : m_from( from ), m_to( to ){}
2445
2446 virtual T getValue( std::size_t index ) const {
2447 return m_from+static_cast<int>( index );
2448 }
2449
2450 virtual std::size_t size() const {
2451 return static_cast<std::size_t>( 1+m_to-m_from );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected