Recent posts

[C++] endian

less than 1 minute read

개요 스칼라 유형의 엔디안을 나타냄

[C++] ssize

less than 1 minute read

개요 부호 있는 크기를 반환

[C++] span

less than 1 minute read

개요 시퀀스의 첫 번째 요소가 0 위치에 있는 객체의 연속 시퀀스를 참조할 수 있는 객체 string_view와 같은 효과 발생 ‘int []’와 ‘array’, ‘vector’, …

[C++] jthread

1 minute read

개요 thread와 일반적으로는 동일 destruction 시 자동으로 다시 join 특정 상황에서 중지 가능 공유 중지 상태를 유지하는 stop_source 타입의 private 멤버를 내부적으로 가짐 생성자는 stop_token을 첫 번째 인...