Skip to content

dietmarkuehl/P2300

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

P2300

This repository is for an implementation of the P2300 specification. As the specification is currently still a bit in flux the currently worked on version is used. The primary objective is to locate issues with the specification. Issues can be reported on the P2300 issue tracker.

Concept Overview

  • operation_state

      template <class S>
      concept operation_state
          =  destructible<S>
          && is_object_v<S>
          && requires(S& s) { { execution::start(s) } noexcept; }
          ;
    

About

Implementation of the P2300 specification

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published